Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!mg2n+
From: mg2n+@andrew.cmu.edu (Martin G. Greenberg)
Newsgroups: comp.lang.pascal
Subject: Re: Inline in TP and DEBUG
Message-ID: <8Z8C_cG00XoY08nEgf@andrew.cmu.edu>
Date: 27 Sep 89 15:09:28 GMT
References: <38857@bu-cs.BU.EDU>
Distribution: usa
Organization: Class of '91, Carnegie Mellon, Pittsburgh, PA
Lines: 8
In-Reply-To: <38857@bu-cs.BU.EDU>

Turbo Pascal 5.0 implements, in the dos unit, a type called regs which
allows access to the registers.
Regs itself, if I remember correctly, is a record of long words, one per
register.

        							MGG

PS Obviously, fooling around with inline code isn't really necessary.