Re: MASM question...



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: MASM question...
    ... commenting out those that have no meaning. ... Try having your preprocessor generate the exact same number of output ... BCET Basic Compiler Page: http://www.arargh.com/basic/index.html ...
    (comp.lang.asm.x86)
  • Re: directive compilation...
    ... Reading the meaning of -x ... ... was revealing: ... C preprocessor;) ...
    (comp.lang.fortran)
  • Re: how do i implement double-dispatching?
    ... I never noticed anything that was not in the ANSI C standard. ... I think you mean "translate the preprocessor statements into Ada, ... > generic packages. ... > (garbage in garbage out). ...
    (comp.lang.ada)