Xref: utzoo comp.os.msdos.programmer:3245 comp.lang.c:35957 Path: utzoo!attcan!telly!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!cs.utexas.edu!uunet!wuarchive!mit-eddie!uw-beaver!fluke!intermec!bobf From: bobf@intermec.UUCP (Bob Folline) Newsgroups: comp.os.msdos.programmer,comp.lang.c Subject: Re: MSC 5.1 Question Message-ID: <1457@intermec.UUCP> Date: 5 Feb 91 22:02:21 GMT References: <91026.223149ACPS2924@Ryerson.Ca> <22215@netcom.UUCP> Reply-To: bobf@orca (Bob Folline) Organization: Intermec Corporation, Everett WA Lines: 7 >In article <91026.223149ACPS2924@Ryerson.Ca> ACPS2924@Ryerson.Ca writes: >>Is it possible in MSC 5.1 to gain access to the registers directly. >Nope. I believe MSC 6.0 supports this, but I am not sure.... Yes 6.0 will allow register access through either pointer or inline assembly. The manual gives a fair explanation of direct addressing.