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.
 
 
 
 
 
 

13 lines
210 B

[bits 32]
and eax, 3584
and eax, 35
and eax, dword 3584
and eax, dword 35
and eax, byte 3584
and eax, byte 35
and ebx, 3584
and ebx, 35
and ebx, dword 3584
and ebx, dword 35
and ebx, byte 3584
and ebx, byte 35