谁敢告诉我这写都是啥

tg123 2003-02-16 09:54:20
jz je js jo jp jc jb ja jl jg jnz jne jns jno jpe kpo jnc jnb jae jbe jna jnl jge jle jng jmp jnae jnbe jnge jnbe jnge jnle jcxz jecxz

jump的条件艘是啥

我都昏了
...全文
133 3 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
tg123 2003-02-16
  • 打赏
  • 举报
回复
谢谢
其实我看书看昏头了
cupidvenus 2003-02-16
  • 打赏
  • 举报
回复
随便找本8086系列的汇编书都讲得很详细的了。这当中有些汇编助记符是相同的作用不同的写法。
clumsy 2003-02-16
  • 打赏
  • 举报
回复


Mnemonic Flags Checked Description
-----------------------------------------------------------
JB/JNAE CF=1 Jump if below/not above or
equal (unsigned comparisons)

JAE/JNB CF=0 Jump if above or equal/not
below (unsigned comparisons)

JBE/JNA CF=1 or ZF=1 Jump if below or equal/not
above (unsigned comparisons)

JA/JNBE CF=0 and ZF=0 Jump if above/not below or
equal (unsigned comparisons)

JE/JZ ZF=1 Jump if equal (zero)

JNE/JNZ ZF=0 Jump if not equal (not zero)

JL/JNGE SF<>OF Jump if less/not greater or
equal (signed comparisons)

JGE/JNL SF=OF Jump if greater or equal/not
less (signed comparisons)

JLE/JNG ZF=1 or SF<>OF Jump if less or equal/not
greater (signed comparisons)

JG/JNLE ZF=0 and SF=OF Jump if greater/not less or
equal (signed comparisons)

JS SF=1 Jump if sign

JNS SF=0 Jump if not sign

JC CF=1 Jump if carry

JNC CF=0 Jump if not carry

JO OF=1 Jump if overflow

JNO OF=0 Jump if not overflow

JP/JPE PF=1 Jump if parity/parity even

JNP/JPO PF=0 Jump if no parity/parity odd

JCXZ/JECXZ CX/ECX=0 Jump if cx/ecx is zero

21,497

社区成员

发帖
与我相关
我的任务
社区描述
汇编语言(Assembly Language)是任何一种用于电子计算机、微处理器、微控制器或其他可编程器件的低级语言,亦称为符号语言。
社区管理员
  • 汇编语言
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧