tags:

views:

526

answers:

1

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?

A: 

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.

Aif