Re: MASM question...
- From: "Jeff Roberts" <spamtrap@xxxxxxxxxx>
- Date: Thu, 27 Apr 2006 10:27:35 -0700
Try having your preprocessor generate the exact same number of output
lines as input lines, commenting out those that have no meaning.
That definitely won't work - the whole point is to generate a lot of code
programmatically... <grin>
->Jeff
RAD Game Tools
<spamtrap@xxxxxxxxxx> wrote in message
news:o61p42hrdn71n0rgg6mqta7e7vftfhsm6b@xxxxxxxxxx
On Sun, 23 Apr 2006 20:39:14 -0700, "Jeff Roberts"
<spamtrap@xxxxxxxxxx> wrote:
What is the way to update what MASM is recording to debug info as the
current file and line number? In C, you use the "#line" directive. We
use
our own preprocessor, and would like to still be able to step through the
assembly in source form.
There is no way that I know of.
Try having your preprocessor generate the exact same number of output
lines as input lines, commenting out those that have no meaning.
--
ArarghMail604 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html
To reply by email, remove the garbage from the reply address.
.
- References:
- MASM question...
- From: Jeff Roberts
- Re: MASM question...
- From: spamtrap
- MASM question...
- Prev by Date: clobbered registers
- Next by Date: Re: Couple ?s
- Previous by thread: Re: MASM question...
- Next by thread: FASM "virtual" assembler directive
- Index(es):
Relevant Pages
|