回答編集履歴

1

誤記修正

2019/08/01 14:23

投稿

cateye
cateye

スコア6851

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  sub esp, 136 //1 ; 文字列(s)の領域確保
10
10
 
11
- sub esp, 8 // ;復帰値の領域確保・・・たぶん
11
+ sub esp, 8 // ;はじめは復帰値かと思ったんですが・・不明
12
12
 
13
13
  push dword [ebp+8] ; 文字列のポインタ(*a)をpush
14
14