开发者

NASM Assembler Debugger

Is there a utility like CodeView that I can use to step through code assembled by NASM whe开发者_Go百科re I can see the current state of the registers/memory?


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


I used to compile assembly code with gas, and link it with ld, and then use gdb to debug it. I don't know if it's applicable to you, but it should.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜