User's Manual

MSM80C154S/83C154S/85C154HVS
314
55. MOV A, #data (Move immediate data to accumulator)
01110100
70
Instruction code
#data
Operation
Number of bytes
Number of cycles
Flags
(PSW)
Description
Example MOV A, #05H
Instruction code
: Byte 1
I7 I6 I5 I4 I3 I2 I1 I0
70
Byte 2
(A)#data:
C AC F0 RS1 RS0 OV F1 P
:
:
:
An 8-bit immediate data is copied to the accumulator, and the
flag is updated.
:
01110100
70
Byte 1
Accumulator
01110111
70
2
1
00000101
70
Byte 2
Before execution
Accumulator
00000101
70
After execution
: