B5-2.pptVIP

  • 5
  • 0
  • 约9.08千字
  • 约 34页
  • 2016-08-22 发布于河南
  • 举报
B5-2

助记符 标 志 说 明 JZ/JE ZF=1 结果为0;两数相等 JNZ/JNE ZF=0 不为0;不相等 JC/JB/JNAE CF=1 加有进位;减有借位;其他 JNC/JNB/JAE CF=0 无进位; 无借位;其他 JS SF=1 结果为负 JNS SF=0 结果为正 JP/JPE PF=1 结果的低8位含偶数个“1” JNP/JPO PF=0 结果的低8位含奇数个“1” JO OF=1 运算结果溢出 JNO OF=0 运算结果不溢出 说明: Near call and return: Call: Push IP to the stack Inserts the offset address of the called procedure into the IP Ret: Tranfers the old IP value from the stack into the IP Increment the SP 逻辑运算指令的应用 ①屏蔽若干位。 (常用指令) AND AL

文档评论(0)

1亿VIP精品文档

相关文档