blob: 67d6e1fb8e8d6cfaf8f2b8d012b1de958ea5e046 [file] [log] [blame]
.text
callw *%ax
callw *(%rax)
jmp *%ax
jmpw *%ax
jmpw *(%rax)
.intel_syntax noprefix
call ax
callw ax
callw [rax]
call WORD PTR [rax]
jmp ax
jmpw ax
jmpw [rax]
jmp WORD PTR [rax]