ACCESS REGISTERS FROM TURBO C??
John D. Mitchell
c164-bd at portia.uucp
Thu Nov 15 10:35:42 AEST 1990
In article <11475 at j.cc.purdue.edu> zhou at brazil.psych.purdue.edu (Albert Zhou) writes:
>This question might be silly to some of you. How can I directly access
>registers from Turbo C?
On page 264 of the TC++ v1.0 Programmer's Guide is a section titled
"Pseudovariables, inline assembly, and interrupt functions".
You want the first part about pseudovariables. Basically, _AH, _BX,
etc.
John
johnm at cory.Berkeley.EDU
More information about the Comp.lang.c
mailing list