What are the contents of the CCR and D3 after the following instructions sequence executes? Perform the calculation by hand and show your work.
MOVE.B #7,D3
CMPI.B #11,D3
我知道 D3 寄存器的内容将保持不变,因为我不确定如何进行计算以获取 ccr 标志。
有人可以告诉我你是如何计算的,以及设置了哪些标志以及原因。我真的很难理解这一点。