Debugger / Disassembler
category: general [glöplog]
Uh, instead of assembling and disassembling you might aswell enable listing ouput and study that (provided you have the source for the code you want to analyze, though)
Oh, and FASM sucks. Sure, it's self-hosted, but while this is cool for compilers it's totally stupid for an assembler.
If you're working with GCC/Binutils, objdump can disassemble stuff for you. It should be able to disassemble COM files, too.
Oh, and FASM sucks. Sure, it's self-hosted, but while this is cool for compilers it's totally stupid for an assembler.
If you're working with GCC/Binutils, objdump can disassemble stuff for you. It should be able to disassemble COM files, too.
Gargaj: That would be too easy.
Well, I need it for Assembler. The program cOcOOn posted works fine.
OUT!