ACCESS REGISTERS FROM TURBO C??
D Murphy
djm at castle.ed.ac.uk
Fri Nov 16 01:04:41 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?
There are pseudo variables _AX ... _DX, _CS, _DS, ES, _SS which you can
use to directly assign and read the registers. There is information about
them in the online help.
Murff....
More information about the Comp.lang.c
mailing list