大于: greater than则: standard; norm; criterion转移: shift; transfer; divert不大于则转移: jna jumif not above大于则转移(指令): jumif greater大于等于则转移: branch if higher or same大于或等于则转移: jge jumif greater or equal不大于或等于则转移: jnae jumif not above or equal大于或等于则转移(指令): jumif above or equal; jumif greater of equal小于则转移: jl jumif less不小于则转移: jnb jumif not below若不等于则转移: branch if not equal若小于等于则转移: branch if less or equal; branch if lower or same小于或等于则转移: jle jumif less than or equal不小于或等于则转移: jnbe jumif not below or equal小于或等于则转移(指令): jumif below or equal则转移: jng jumif not greater; jnge jumif not greater or equal进位则转移: jc jumif carry set若非则转移: jump if not有进位则转移: jumif carry set正则转移概率: regular transition probabilities若大于或等于则分支: bge branch if greater or equal没有溢出则转移: jno jumif not overflow若为负号则转移: branch if miuns校验为奇数则转移: jpo jumif parity odd