Intel >> 80386

jxx (flags)


參考資訊:
1. x86
2. i386

判斷如下:

JACF=0 and ZF=0
JAECF=0
JBCF=1
JBECF=1 and ZF=1
JCCF=1
JEZF=1
JZZF=1
JGZF=0 and SF=OF
JGESF=OF
JLSF<>OF
JLEZF=1 and SF<>OF
JNACF=1 and ZF=1
JNAECF=1
JNBCF=0
JNBECF=0 and ZF=0
JNCCF=0
JNEZF=0
JNGZF=1 and SF<>OF
JNGESF<>OF
JNLSF=OF
JNLEZF=0 and SF=OF
JNOOF=0
JNPPF=0
JNSSF=0
JNZZF=0
JOOF=1
JPPF=1
JPEPF=1
JPOPF=0
JSSF=1
JZZF=1


返回上一頁