Question

Is there a utility like CodeView that I can use to step through code assembled by NASM where I can see the current state of the registers/memory?

Was it helpful?

Solution

I used to write asm using gas, and linked it with ld, then used gdb to debug.. I don't know if it's applyable for you, but it should.

OTHER TIPS

ok, gdb is fine. But if you are interested in graphical software, I recommend you to use SASM (SimpleASM). It is like an IDE for the most popular assembly languages. So, look at here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top