JNS
This instruction jumps only if SF=0. The flags are not affected.
If a jump occurs, it will copy the jump address into IP.
Usage
vonsim
JNS labellabel must be a label that points to an instruction.
Example
vonsim
org 2000h
jump: push ax
; --- etc ---
jns jump ; Valid
jns 2000h ; Invalid, must be a label
hlt
endEncoding
00100101, addr-low, addr-high