Epson S5U1C17001C Manual page 280

Cmos 16-bit single chip microcontroller (c compiler package for s1c17 family) (ver. 3.2)
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

Instruction List (8)
Mnemonic
Classification
Opcode
Branch
jrge / jrge.d
sign7
sjrge / sjrge.d
label±imm20
sign20
xjrge / xjrge.d
label±imm24
sign24
jrlt / jrlt.d
sign7
sjrlt / sjrlt.d
label±imm20
sign20
xjrlt / xjrlt.d
label±imm24
sign24
jrle / jrle.d
sign7
sjrle / sjrle.d
label±imm20
sign20
xjrle / xjrle.d
label±imm24
sign24
jrugt / jrugt.d
sign7
sjrugt / sjrugt.d
label±imm20
sign20
xjrugt / xjrugt.d
label±imm24
sign24
jruge / jruge.d
sign7
sjruge / sjruge.d
label±imm20
sign20
xjruge / xjruge.d
label±imm24
sign24
jrult / jrult.d
sign7
sjrult / sjrult.d
label±imm20
sign20
xjrult / xjrult.d
label±imm24
sign24
jrule / jrule.d
sign7
sjrule / sjrule.d
label±imm20
sign20
xjrule / xjrule.d
label±imm24
sign24
Remarks
Operand
pc←pc+2+sign8 if !(N^V) is true; sign8={sign7,0}
pc←label±imm20 if !(N^V) is true
pc←pc+2+sign20 if !(N^V) is true
pc←label±imm24 if !(N^V) is true
pc←pc+2+sign24 if !(N^V) is true
pc←pc+2+sign8 if N^V is true; sign8={sign7,0}
pc←label±imm20 if N^V is true
pc←pc+2+sign20 if N^V is true
pc←label±imm24 if N^V is true
pc←pc+2+sign24 if N^V is true
pc←pc+2+sign8 if Z | (N^V) is true; sign8={sign7,0}
pc←label±imm20 if Z | (N^V) is true
pc←pc+2+sign20 if Z | (N^V) is true
pc←label±imm24 if Z | (N^V) is true
pc←pc+2+sign24 if Z | (N^V) is true
pc←pc+2+sign8 if !Z&!C is true; sign8={sign7,0}
pc←label±imm20 if !Z&!C is true
pc←pc+2+sign20 if !Z&!C is true
pc←label±imm24 if !Z&!C is true
pc←pc+2+sign24 if !Z&!C is true
pc←pc+2+sign8 if !C is true; sign8={sign7,0}
pc←label±imm20 if !C is true
pc←pc+2+sign20 if !C is true
pc←label±imm24 if !C is true
pc←pc+2+sign24 if !C is true
pc←pc+2+sign8 if C is true; sign8={sign7,0}
pc←label±imm20 if C is true
pc←pc+2+sign20 if C is true
pc←label±imm24 if C is true
pc←pc+2+sign24 if C is true
pc←pc+2+sign8 if Z | C is true; sign8={sign7,0}
pc←label±imm20 if Z | C is true
pc←pc+2+sign20 if Z | C is true
pc←label±imm24 if Z | C is true
pc←pc+2+sign24 if Z | C is true
Function
Assembly Programming
Flags
D
IL IE
C
V
Z
N

Advertisement

Table of Contents
loading

Table of Contents