English
Language : 

SM59R16A2 Datasheet, PDF (15/67 Pages) SyncMOS Technologies,Inc – 8-Bit Micro-controller
SM59R16A2/SM59R08A2
8-Bit Micro-controller
64KB/32KB ISP Flash & 2KB RAM embedded
Mnemonic
ACALL addr11
LCALL addr16
RET
RETI
AJMP addr11
LJMP addr16
SJMP rel
JMP @A+DPTR
JZ rel
JNZ rel
JC rel
JNC
JB bit, rel
JNB bit, rel
JBC bit, direct rel
CJNE A, direct rel
CJNE A,#data rel
CJNE Rn, #data rel
CJNE @Ri, #data rel
DJNZ Rn, rel
DJNZ direct, rel
NOP
Table 2-4: Program branches
Description
Absolute subroutine call
Long subroutine call
from subroutine
from interrupt
Absolute jump
Long jump
Short jump (relative addr.)
Jump indirect relative to the DPTR
Jump if accumulator is zero
Jump if accumulator is not zero
Jump if carry flag is set
Jump if carry flag is not set
Jump if direct bit is set
Jump if direct bit is not set
Jump if direct bit is set and clear bit
Compare direct byte to A and jump if not equal
Compare immediate to A and jump if not equal
Compare immediate to reg. and jump if not
equal
Compare immediate to indirect and jump if not
equal
Decrement register and jump if not zero
Decrement direct byte and jump if not zero
No operation
Code
xxx11
12
22
32
xxx01
02
80
73
60
70
40
50
20
30
10
B5
B4
B8-BF
B6-B7
D8-DF
D5
00
Bytes
2
3
1
1
2
3
2
1
2
2
2
2
3
3
3
3
3
Cycles
6
6
4
4
3
4
3
2
3
3
3
3
4
4
4
4
4
3
4
3
4
2
3
3
4
1
1
Mnemonic
CLR C
CLR bit
SETB C
SETB bit
CPL C
CPL bit
ANL C, bit
ANL C, /bit
ORL C, bit
ORL C, /bit
MOV C, bit
MOV bit, C
Table 2-5: Boolean manipulation
Description
Clear carry flag
Clear direct bit
Set carry flag
Set direct bit
Complement carry flag
Complement direct bit
AND direct bit to carry flag
AND complement of direct bit to carry
OR direct bit to carry flag
OR complement of direct bit to carry
Move direct bit to carry flag
Move carry flag to direct bit
Code
C3
C2
D3
D2
B3
B2
82
B0
72
A0
A2
92
Bytes
1
2
1
2
1
2
2
2
2
2
2
2
Cycles
1
3
1
3
1
3
2
2
2
2
2
3
Specifications subject to change without notice contact your sales representatives for the most recent information.
ISSFD-M034
15
Ver.B SM59R16A2/SM59R08A2 06/2009