回答編集履歴
1
誤記修正
answer
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
push ebp ; bp退避
|
4
4
|
mov ebp, esp ; bpをspに
|
5
5
|
sub esp, 136 //1 ; 文字列(s)の領域確保
|
6
|
-
sub esp, 8 // ;復帰値
|
6
|
+
sub esp, 8 // ;はじめは復帰値かと思ったんですが・・不明?
|
7
7
|
push dword [ebp+8] ; 文字列のポインタ(*a)をpush
|
8
8
|
lea eax, [ebp-136] ; 文字列のアドレスをaxに
|
9
9
|
push eax ; axをpush
|