summaryrefslogtreecommitdiff
path: root/tests/nasm/errors.asm
blob: 34be1c8479ccc5dafedf3e1eec3ccf6aa192d883 (plain)
1
2
3
4
5
6
7
8
9
10
11
[BITS 16]
;mov ax,es:[di]
mov ax,[es:ds:0]
mov ax,[word dword es:0]
[BITS 32]
;mov ax,fs:[di]
mov ax,[fs:di]
;mov ax,[gs:edi+eax+ebx]
mov ,bx
mov ax,
 [blah]