![Samsung S3F84B8 User Manual Download Page 125](http://html.mh-extra.com/html/samsung/s3f84b8/s3f84b8_user-manual_347832125.webp)
S3F84B8_UM_REV 1.00
6 INSTRUCTION SET
6-3
Mnemonic
Operands
Instruction
COM dst Complement
OR dst,src
Logical
OR
XOR
dst,src
Logical exclusive OR
Program Control Instructions
BTJRF
dst,src
Bit test and jump relative on false
BTJRT
dst,src
Bit test and jump relative on true
CALL dst
Call
procedure
CPIJE
dst,src
Compare, increment and jump on equal
CPIJNE
dst,src
Compare, increment and jump on non-equal
DJNZ
r,dst
Decrement register and jump on non-zero
ENTER
Enter
EXIT
Exit
IRET
Interrupt
return
JP
cc,dst
Jump on condition code
JP dst Jump
unconditional
JR
cc,dst
Jump relative on condition code
NEXT
Next
RET
Return
WFI
Wait for interrupt
Bit Manipulation Instructions
BAND dst,src Bit
AND
BCP dst,src
Bit
compare
BITC dst Bit
complement
BITR dst Bit
reset
BITS dst Bit
set
BOR dst,src
Bit
OR
BXOR dst,src Bit
XOR
TCM
dst,src
Test complement under mask
TM
dst,src
Test under mask
Rotate and Shift Instructions
RL dst Rotate
left
RLC
dst
Rotate left through carry
RR dst Rotate
right
RRC
dst
Rotate right through carry
SRA
dst
Shift right arithmetic
SWAP dst
Swap
nibbles
CPU Control Instructions