14 lines
232 B
Text
14 lines
232 B
Text
#ilASM{ call :!optlbl
|
|
[32]
|
|
pop eax
|
|
[64]
|
|
pop rax
|
|
[]
|
|
...
|
|
:!optlbl
|
|
[32]
|
|
push dword[esp]
|
|
[64]
|
|
push qword[rsp]
|
|
[]
|
|
ret }
|