Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!husc6!bu-cs!tasos
From: tasos@bu-cs.BU.EDU (Anastasios Kotsikonas)
Newsgroups: comp.lang.pascal
Subject: Inline in TP and DEBUG
Keywords: Inline, Turbo Pascal, DEBUG program
Message-ID: <38857@bu-cs.BU.EDU>
Date: 26 Sep 89 00:28:03 GMT
Distribution: usa
Organization: Boston U. Comp. Sci.
Lines: 15

I want to load some registers with values from variables from within
a Turbo Pascal 5.0 program. Using Turbo C syntax this would be like:

_AX := i;  { in TC _AX is a pseudo-variable that stands for the ax reg. }
j := _SP;
etc.

Of cource in TP I need inline code. Can I use DEBUG to get the hex values for
the inline instruction(s), and how? Or, is there any other way of obtaining
these hex values?

Thanks,
Tasos

Internet: tasos@cs.bu.edu