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.
我想调试我的程序,但我需要知道标志寄存器的值,但我坚持找出这样做的指令。对于 z80 处理器。
[我唯一的猜测是使用 jp *, nn 然后根据跳转设置寄存器 A 中的位来测试条件,但肯定有一个更简单的方法,但我只是看不到它]
您可以将其推送AF然后弹出到任何一个:或BC,您可以从中提取标志状态。DEHL
AF
BC
DE
HL