English
Language : 

AK7712A-VT Datasheet, PDF (46/87 Pages) Asahi Kasei Microsystems – Built-in 20-bit ADC/DAC Sophisticated Audio DSP
ASAHI KASEI
, Conditional Jump
[AK7712A-VT]
The conditional jump is shown in the figure below. By this command, condition flag(SGF, OVF, ZRF of ALU) is
judged before jump, and if it is satisfied then the address of jump destination is set. Then 1 machine cycle of NOP is
inserted similar to jump. And if it is not satisfied then NOP is not inserted, and next address command is executed.
The list of conditional jump is shown below.
<List of Conditional Jump Command>
condition
JLE : SGF=1 or ZRF=1
JLS :
SGF=1
JGE :
SGF=0
JGR : SGF=0 and ZRF=0
JZR :
ZRF=1
JNZ :
ZRF=0
JOV :
OVF=1
JNO :
OVF=0
ALU(A-B)
;A≤B
;A<B
;A≥B
;A>B
;A=B
;A≠B
0180-E-02
- 46 -
1997/12