Vocabularycpu.
x86.
assemblerInputsdst | destination address or label |
OutputsNone
Word descriptionEmits a conditional jump instruction to the given address relative to the current code offset.
ExamplesUSING: cpu.x86.assembler make ;
[ 0x0 JE ] B{ } make disassemble
000000e9fcc71fe0: 0f8400000000 jz dword 0xe9fcc71fe6
Definition