
<
2
.75
7UGT U/CPWCN
+PUVTWEVKQP5GV
=L/2*
7/<:
Table 3-1. Load Instructions
Mnemonic
Operands
Instruction
CLR
dst
Clear
LD
dst, src
Load
LDC
dst, src
Load Constant
POP
dst
Pop
PUSH
src
Push
Table 3-2. Arithmetic Instructions
Mnemonic
Operands
Instruction
ADC
dst, src
Add with Carry
ADD
dst, src
Add
CP
dst, src
Compare
DA
dst
Decimal Adjust
DEC
dst
Decrement
DECW
dst
Decrement Word
INC
dst
Increment
INCW
dst
Increment Word
SBC
dst, src
Subtract with Carry
SUB
dst, src
Subtract
Table 3-3. Logical Instructions
Mnemonic
Operands
Instruction
AND
dst, src
Logical AND
COM
dst
Complement
OR
dst, src
Logical OR
XOR
dst, src
Logical Exclusive OR