DESCRIPTION OF INSTRUCTIONS
29341. INC data address (Increment memory)
00000101
70
Instruction code
Data address
Operation
Number of bytes
Number of cycles
Flags
(PSW)
Description
Example INC P1
Instruction code
Data address
: Byte 1
a7a6a5a4a3a2a1a0
70
Byte 2
(data address)(data address)+1:
C AC F0 RS1 RS0 OV F1 P
:
:
:
The specified data address contents are incremented by 1.
:
00000101
70
Byte 1
Port 1
00001111
70
2
1
10010000
70
Byte 2
Before execution Port 1
00010000
70
After execution
:
: