
W528XXX
DESIGN GUIDE
7 -
JP value @TGn
_
HIGH (or _LOW):
If the n-th (n: 1 to 4) trigger pin is kept at "High" (or "Low") voltage level, then jump to the indicated
value (range: 0 to 127) and begin execution.
JP R0 @TGn
_
HIGH (or _LOW):
If the n-th (n: 1 to 4) trigger pin is kept at "High" (or "Low") voltage level, then jump to the group entry
value indicated by the R0 register and begin execution.
C. End Instruction:
END:
This command instructs the chip to cease all activity immediately.
D. Instruction Set List:
INSTRUCTION
RANGE
DESCRIPTION
DEFAULT VALUE
Unconditional
LD R0, value
0
255
R0 <-- value
0000 0000
LD EN, operand
EN <-- operand
1111 1111
LD STOP, operand
STOP <-- operand
xxxx x111
LD MODE, operand
MODE <-- operand
1111 xxxx
JP value
0
127
Jump to the group entry
value indicated
JP R0
0
255
Jump to the group entry
indicated by R0
Conditional
LD R0, value @LAST
0
255
If last global repeat
finished, R0 <-- value
LD R0, value
@TGn_HIGH
0
255
If TGn (n: 1-4) status is
high level, R0 <-- value
LD R0, value
@TGn_LOW
0
255
If TGn (n: 1-4) status is low
level, R0 <-- value
LD EN, operand @LAST
If last global repeat
finished, EN <-- operand
LD STOP, operand
@LAST
If last global repeat
finished, STOP <-- operand
JP value @LAST
0
127
If last global repeat
finished, jump to the group
entry value indicated
If last global repeat
finished, jump to the group
entry value indicated in R0
If TGn (n: 1-4) status is
high level, jump to the
group entry value indicated
If TGn (n: 1-4) status is low
level, jump to the group
entry value indicated
JP R0 @LAST
0
255
JP value @TGn_HIGH
0
127
JP value @TGn_LOW
0
127