MSC 5.1 Question

Joseph Moore moore at dtg.nsc.com
Thu Jan 31 10:16:33 AEST 1991


>In article <91026.223149ACPS2924 at Ryerson.Ca> ACPS2924 at Ryerson.Ca writes:
>Is it possible in MSC 5.1 to gain access to the registers directly.
>Turbo C has the _AX,_BX... pseudo-variables for them
>is this possible in MSC and if so HOW???
>
Yes, it's possible, but as far as I know only for interrupt calls,
using the dos.h library structures REGS and SREGS.
See the documentation in the run-time library reference under int86 
and int86x (pp 365-369), or send me email for more info.

Joe Moore



More information about the Comp.lang.c mailing list