汇编中的各种跳转指令

Jxx - Jump Instructions Table Mnemonic  
Meaning Jump Condition  
JA Jump if Above CF=0 and ZF=0  
JAE Jump if Above or Equal CF=0  
JB Jump if Below CF=1  
JBE Jump if Below or Equal CF=1 or ZF=1  
JC Jump if Carry CF=1 JCXZ Jump if CX Zero CX=0  
JE Jump if Equal ZF=1  
JG Jump if Greater (signed) ZF=0 and SF=OF  
JGE Jump if Greater or Equal (signed) SF=OF  
JL Jump if Less (signed) SF != OF  
JLE Jump if Less or Equal (signed) ZF=1 or SF != OF  
JMP Unconditional Jump unconditional  
JNA Jump if Not Above CF=1 or ZF=1  
JNAE Jump if Not Above or Equal CF=1  
JNB Jump if Not Below CF=0  
JNBE Jump if Not Below or Equal CF=0 and ZF=0  
JNC Jump if Not Carry CF=0  
JNE Jump if Not Equal ZF=0  
JNG Jump if Not Greater (signed) ZF=1 or SF != OF  
JNGE Jump if Not Greater or Equal (signed) SF != OF  
JNL Jump if Not Less (signed) SF=OF  
JNLE Jump if Not Less or Equal (signed) ZF=0 and SF=OF  
JNO Jump if Not Overflow (signed) OF=0  
JNP Jump if No Parity PF=0  
JNS Jump if Not Signed (signed) SF=0  
JNZ Jump if Not Zero ZF=0  
JO Jump if Overflow (signed) OF=1  
JP Jump if Parity PF=1  
JPE Jump if Parity Even PF=1  
JPO Jump if Parity Odd PF=0  
JS Jump if Signed (signed) SF=1  
JZ Jump if Zero ZF=1  
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值