[Nasm-devel] New command option

C. Masloch pushbx at ulukai.org
Mon Nov 29 03:59:31 PST 2021


On at 2021-11-27 12:37 +0100, romek.globescs at wp.pl wrote:
> Hi,
> 
> is it possible to add an option to create a file with label addresses 
> and ORG value for the BIN format? I created a debugger for the BIN 
> format and such a file would simplify the tool.
> 
> Romek

You can use the "[map all foobar.map]" directive. Just look at the 
format of the file that NASM creates, it should be useful for a symbolic 
debugger.

Regards,
ecm


More information about the Nasm-devel mailing list