开发者

NASM Assembler Debugger

开发者 https://www.devze.com 2022-12-16 14:24 出处:网络
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

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

精彩评论

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

关注公众号