68000 Assembly Language - CMPI.B
问题 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 I know the contents of the D3 register will remain unchanged by i am unsure of how to do the calculation to get the ccr flags. Could somone please show me the calculation how you did it and what flags are set off and why. I really have a hard time understanding this. 回答1: D3 will be unchanged by the CMPI , but of course its