Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!edcastle!djm From: djm@castle.ed.ac.uk (D Murphy) Newsgroups: comp.lang.c Subject: Re: ACCESS REGISTERS FROM TURBO C?? Message-ID: <7178@castle.ed.ac.uk> Date: 15 Nov 90 14:04:41 GMT References: <11475@j.cc.purdue.edu> Organization: Edinburgh University Chemistry Lines: 10 In article <11475@j.cc.purdue.edu> zhou@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....