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.
 
 
 
 
 
 

5 lines
106 B

[bits 32]
xor eax, [ebp+4*ecx ]
xor ebx, [ebp+4*ecx+ 4]
xor esi, [ebp+4*ecx+ 8]
xor edi, [ebp+4*ecx+12]