User's Manual

HARSFEN0602
Promotion N.A.
Output type N.A.
Imposes end of line Only if jump address is out of
the present executing line.
7.7.14 JNZ – Jump Not Zero
Purpose:
Jump to if value is not zero (change PC to different location in program).
Algorithm:
PC IMMEDIATE VALUE
Attributes
Attribute Value Comment
Op code May change in future
versions
Number of arguments 2
Argument type1 Unsigned short integer Jump Address
Argument type2 Int or Float Tested value
Addressing mode1 Immediate2
Addressing mode2 Absent , Immediate,
Stack_Immediate,Mem_Direct,
BP_Relative
(tested value can be
local/global variable or
constant)
Promotion N.A.
Output type N.A.
Imposes end of line Only if jump address is out of
the present executing line.
7.7.15 JNZ_EOL – Jump Not Zero
Purpose:
Jump to if value is not zero (change PC to different location in program) and force end of line to allow
breakpoints in after jump instruction.
Algorithm:
PC IMMEDIATE VALUE
Attributes
Attribute Value Comment
Op code May change in future
versions
Number of arguments 2
Argument type1 Unsigned short integer Jump Address
Argument type2 Int or Float Tested value
Addressing mode1 Immediate2
Addressing mode2 Absent , Immediate,
Stack_Immediate,Mem_Direct,
BP_Relative
(tested value can be
local/global variable or
constant)
Promotion N.A.
Output type N.A.
Imposes end of line
Only if jump add
ress is out of