User guide

25
SmartBook for Renesas R8C/Tiny Microcontrollers
www.MightyMicons.com
Decimal add with carry
(DADC)
Unsigned multiply
(MULU)
Decimal add without carry
(DADD)
Twos complement
(NEG)
Decrement
(DEC)
Calculate sum of products
(RMPA)
Signed divide
(DIV)
Subtract with borrow
(SBB)
Unsigned divide
(DIVU)
Subtract without borrow
(SUB)
Signed divide extension
(DIVX)
3.6 Shift/Logic (10):
Rotate left with carry
(ROLC)
Logical AND
(AND)
Rotate right with carry
(RORC)
Invert all bits
(NOT)
Rotate
(ROT)
Logical OR
(OR)
Shift arithmetic
(SHA)
Test
(TST)
Shift logic
(SHL)
Exclusive OR
(XOR)
3.7 Branch (8):
Add and conditional jump (ADJNZ) Jump indirect (JMPI)
Subtract and conditional jump
(SBJNZ)
Subroutine call (JSR)
Jump on condition (JCnd) Indirect subroutine call (JSRI)
Unconditional jump (JMP) Return from subroutine (RTS)