mirror of https://github.com/yasm/yasm.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
158 B
12 lines
158 B
24 years ago
|
[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]
|