能力值:
( LV9,RANK:180 )
|
-
-
2 楼
add esp, 100h
xor eax,eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
push eax
|
能力值:
( LV6,RANK:80 )
|
-
-
3 楼
mov ecx,0x100
sub esp,ecx
mov edi,esp
mov al,0
rep stosb
好久没用过asm了...这样应该可以
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
受累了……
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
嗯,看来只能这么写了……
|
能力值:
( LV3,RANK:30 )
|
-
-
6 楼
按照Delphi编译器的做法,一般类似于:
mov ecx,0x40
xor eax,eax
loop:
push eax
dec ecx
jnz loop
|
|
|