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.
我正在参考 zilog z80 手册,我对 AND 指令的阅读有点困惑。它在“受影响的条件位”部分中说,如果操作溢出,则设置 P/V 标志。我可以理解 add 或 sub 指令如何溢出,但 AND 操作溢出对我来说没有意义。任何帮助表示赞赏!谢谢!
根据此页面,P/V 位有两个用途。AND 指令的结果实际上是 P 函数,即如果 AND 的结果中有偶数个 1,则设置 P 位。