我为MBR部分编写了一个x86汇编程序.我编译如下:
nasm hellombr.asm -f bin -o hellombr.img
然后我在qemu中运行它:
qemu -fda hellombr.img -boot a
问题是我如何在源代码级别调试我的程序?
debugging x86 assembly qemu
assembly ×1
debugging ×1
qemu ×1
x86 ×1