Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想研究一下8086指令。我想知道寄存器、标志、堆栈指针等是如何根据每条指令变化的。所以我想在我的 Mac OS 中安装一个 8086 模拟器。谁能建议我一些选择?
我已经安装了dosBox并检查了它。但我找不到查看寄存器值、标志等的方法。
如果没有这样的模拟器,请向我推荐一些好的教程。我想知道,段寄存器(ES、CS、DS、SS、IP)、通用寄存器(AX、BX、CX、DX、SP、BP、SI、DI)和所有标志(OF、DF ,IF,TF, ZF,SF, AF, PF,CF) 根据每条指令变化。
QEMU 和 Bochs 都可以用于 Mac OSx。
(我自己从未尝试过,但项目真的很好)