iw4x-client/deps/udis86/tests/asm/64/branch.asm
2024-03-07 05:13:50 -05:00

22 lines
265 B
NASM

;; Test branching instructions
;;
[bits 64]
jnz near x
jo near x
jno word x
jc near x
jnc word x
jae dword x
jcxz x
jecxz x
jrcxz x
jmp dword near x
call dword near x
jmp word x
jmp dword x
jmp word [eax]
x: jmp qword [rax]
jmp word x
jmp dword x