ndisasm

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
PlayOS

ndisasm

Post by PlayOS »

Does anyone know how to get the NASM disassembler to output the assembly code to a file?
Dave_Hunt

Re:ndisasm

Post by Dave_Hunt »

Have you tried

ndisasm your.obj >somefile
PlayOS

Re:ndisasm

Post by PlayOS »

No I haven't until now and it worked :)

Thanks alot!
Post Reply