mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
31a14699fb
Update the debug output format to dump (most of) the information that is available via the new backend format, as well as the legacy backend format -- probably the only backend ever which will ever want both! Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
13 lines
313 B
NASM
13 lines
313 B
NASM
%pragma
|
|
%pragma bluttan
|
|
%pragma bluttan blej
|
|
%pragma "Hej tomtegubbar"
|
|
%define PR asm foobar
|
|
%pragma PR
|
|
%pragma preproc
|
|
%pragma preproc tjo fidelittan preproc
|
|
%pragma dbg tjo fidelittan output
|
|
%pragma dbgdbg tjo fidelittan debug format
|
|
%pragma Dbg Tjo Fidelittan Output
|
|
%pragma Dbgdbg Tjo Fidelittan Debug Format
|