微處理器 - Intel - 80386 - Jump Flags



參考資訊:
https://www.felixcloutier.com/x86/index.html
https://pdos.csail.mit.edu/6.828/2005/readings/i386/c17.htm

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