]> andersk Git - udis86.git/blame - tests/testjmp.asm
Use the public http URI to docbook.xsl.
[udis86.git] / tests / testjmp.asm
CommitLineData
bbe45369 1[bits 64]
2
3 jnz near x
4 jo near x
5 jno word x
6 jc near x
7 jnc word x
8 jae dword x
9 jcxz x
10 jecxz x
11 jrcxz x
12 jmp near x
13 call x
14 jmp word x
15 jmp dword x
16 jmp word [eax]
17x: jmp qword [rax]
This page took 0.048294 seconds and 5 git commands to generate.