summaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/mem64-err.asm
blob: 404721671ee241b4e9414b79b792f2f010ae2682 (plain)
1
2
3
4
5
6
7
[bits 64]
mov ax, [word 0]
;a16 mov ax, [0]
mov ax, [ax]
mov eax, [rip+rcx]
mov rbx, [rcx+ebx]
mov ah, [r8]