124
CHAPTER 6 DETAILED RULES FOR EXECUTION INSTRUCTIONS
6.39 JMP (JuMP to address pointed by Accumulator)
Transfer word data from A to PC.
■ JMP (JuMP to address pointed by Accumulator)
Operation
(PC) ← (A) (Word transfer)
Assembler format
JMP @A
Condition code (CCR)
+: Changed by executing instruction
-: Not changed
N: Not changed
Z: Not changed
V: Not changed
C: Not changed
Number of execution cycles: 3
Byte count: 1
OP code: E0
NZVC
----