nasm/misc
H. Peter Anvin (Intel) 184f8485b5 nxdisasm.pl: script to use objdump + ndisasm for better disassembly
Add a script which uses objdump to discover sections and symbols from
a binary, and call ndisasm accordingly, then add symbol references to
the ndisasm output.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2026-02-09 16:11:58 -08:00
..
c16.mac NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
c32.mac NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
crcgen.c crcgen: clean up whitespace 2009-07-16 10:23:26 -04:00
Doxyfile Fix some typos 2022-01-09 17:34:35 +01:00
exebin.mac NASM 0.96 2002-04-30 20:52:49 +00:00
exebin2.mac NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
fmtinsns.pl fmtinsns.pl: handle compiler fields; do some case mangling 2008-05-23 16:59:59 -07:00
genfma.pl Intel FMA: drop relaxed forms 2009-06-24 21:45:27 -07:00
hints.txt NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
magic NASM 0.91 2002-04-30 20:51:32 +00:00
Makefile.in Move editor help files to editors/, add NASM version number 2025-10-02 13:49:43 -07:00
myC32.mac Remove $Id$ tags (useless with git) 2007-09-12 21:05:06 -07:00
nasm.sl Andreas Ericsson's patch to misc/nasm.sl 2004-12-21 18:06:22 +00:00
nasmstab Improve misc/omfdump, add misc/Makefile, use -std=c23 if possible 2025-09-03 10:05:21 -07:00
nxdisasm.pl nxdisasm.pl: script to use objdump + ndisasm for better disassembly 2026-02-09 16:11:58 -08:00
omfdump.c Improve misc/omfdump, add misc/Makefile, use -std=c23 if possible 2025-09-03 10:05:21 -07:00
pmw.bat NASM 0.98.30 2002-04-30 21:09:12 +00:00
proc32.ash Fix some typos 2022-01-09 17:34:35 +01:00
README Improve misc/omfdump, add misc/Makefile, use -std=c23 if possible 2025-09-03 10:05:21 -07:00
scitech.mac Merge remote-tracking branch 'ElyesH/typos' 2022-11-07 12:39:44 -08:00
xcrcgen.c Move <string.h> inclusion to compiler.h 2018-12-26 06:32:37 -08:00

There are various helpful bits and pieces for NASM. Many of these are
contributed by users, and may be out of date. Patches are accepted.