blob: 9451d7644555f12ac4e63bc074b02fa113936ceb [file] [log] [blame]
.text
callq *%rax
call *%rax
call *%ax
callw *%ax
callw *(%rax)
jmpq *%rax
jmp *%rax
jmp *%ax
jmpw *%ax
jmpw *(%rax)
call 0x100040
jmp 0x100040
.byte 0x66
call foo
.byte 0x66
jmp foo
.byte 0x66
jb foo
.intel_syntax noprefix
call rax
callq rax
call ax
callw ax
callw [rax]
jmp rax
jmpq rax
jmp ax
jmpw ax
jmpw [rax]
call 0x100040
jmp 0x100040