Re: MASM question...



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.



.



Relevant Pages

  • Re: Obama Never Asked Court Nominee About Abortion
    ... I was commenting about Dave's ... assertion regarding the abortion question being a typical GOP ... times and consider both the meaning and the context. ...
    (misc.news.internet.discuss)
  • Re: "final" in "for"
    ... meaning that »i« can not be modified except for in the parentheses of the for statement. ... There is nothing in this idea that would prevent good commenting ... of the non-final loop variables. ...
    (comp.lang.java.programmer)
  • Silent boot?
    ... printing the kernel boot messages (the bold white text)? ... Meaning, short of commenting out the code that prints this, ...
    (freebsd-questions)
  • Re: How to get the same result with "includeonly" as with removing "include" directives ?
    ... as commenting out \include directives? ... Those have different meaning! ... no command ... This means to replicate the full three-file document, ...
    (comp.text.tex)
  • Re: MASM question...
    ... Try having your preprocessor generate the exact same number of output ... commenting out those that have no meaning. ... BCET Basic Compiler Page: http://www.arargh.com/basic/index.html ... remove the garbage from the reply address. ...
    (comp.lang.asm.x86)