Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!wuarchive!uunet!cadence!acae037!eversole From: eversole@acae037.cadence.com (Richard Eversole; x6239) Newsgroups: comp.os.msdos.programmer Subject: Re: Any pseudo-variables for registers in MSC? Message-ID: <1991Jun14.205927.3222@cadence.com> Date: 14 Jun 91 20:59:27 GMT References: <1991Jun11.030909.6160@spool.cs.wisc.edu> Sender: usenet@cadence.com (USENET News) Reply-To: eversole@acae037.cadence.com (Richard Eversole; x6239) Organization: Cadence Design Systems, Inc. Lines: 18 With MSC 6.0 the port will not be impossible. MSC 6.0 supports inline assembler instructions that can access the registers (8086 only not 80386). You can use the inline assmebly to move data to and from registers from and to variables. Of course inline assembly has more power than that but that minimal ability is enough to get your job done. Also: several routines that access bios/dos return structures that have the register values. -- ===================================================================== eversole@cadence.com Live long and prosper !