Yasm Assembler mainline development tree (ffmpeg 依赖)
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.
 
 
 
 
 
 

11 lines
158 B

[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]