Page 1 of 1

ndisasm

Posted: Thu Sep 05, 2002 7:23 pm
by PlayOS
Does anyone know how to get the NASM disassembler to output the assembly code to a file?

Re:ndisasm

Posted: Thu Sep 05, 2002 11:10 pm
by Dave_Hunt
Have you tried

ndisasm your.obj >somefile

Re:ndisasm

Posted: Fri Sep 06, 2002 4:13 am
by PlayOS
No I haven't until now and it worked :)

Thanks alot!