Re: MASM question...



That doesn't do it, unfortunately...

->Jeff
RAD Game Tools

"Jerry Coffin" <spamtrap@xxxxxxxxxx> wrote in message
news:MPG.1eb60bd33e19723398977f@xxxxxxxxxxxxxxxxxx
In article <uqGdnfrPJZan1NHZRVn-gQ@xxxxxxxxxxxxx>,
spamtrap@xxxxxxxxxx says...
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.

If memory serves, a comment like:

; Line 10

You'll probably also want:

; File C:\wherever\file_name

--
Later,
Jerry.

The universe is a figment of its own imagination.



.