|
40鱼币
- 00401028 push offset string "\xc7\xeb\xca\xe4\xc8\xeba\n" (0042504c)
- 0040102D call printf (00401140)
- 00401032 add esp,4
- 8: scanf("%d",&a);
- 00401035 lea eax,[ebp-4]
- 00401038 push eax
- 00401039 push offset string "%d" (00425048)
- 0040103E call scanf (004010e0)
- 00401043 add esp,8
- 9: printf("请输入b\n");
- 00401046 push offset string "\xc7\xeb\xca\xe4\xc8\xebb\n" (0042503c)
- 0040104B call printf (00401140)
- 00401050 add esp,4
- 10: scanf("%d",&b);
- 00401053 lea ecx,[ebp-8]
- 00401056 push ecx
- 00401057 push offset string "%d" (00425048)
- 0040105C call scanf (004010e0)
- 00401061 add esp,8
- 11: printf("请输入x\n");
- 00401064 push offset string "\xc7\xeb\xca\xe4\xc8\xebx\n" (00425030)
- 00401069 call printf (00401140)
- 0040106E add esp,4
- 12: scanf("%f",&x);
- 00401071 lea edx,[ebp-0Ch]
- 00401074 push edx
- 00401075 push offset string "%f" (0042502c)
- 0040107A call scanf (004010e0)
- 0040107F add esp,8
- 13: printf("请输入y\n");
- 00401082 push offset string "\xc7\xeb\xca\xe4\xc8\xeby\n" (00425020)
- 00401087 call printf (00401140)
- 0040108C add esp,4
- 14: scanf("%e",&y);
- 0040108F lea eax,[ebp-10h]
- 00401092 push eax
- 00401093 push offset string "%e" (0042501c)
- 00401098 call scanf (004010e0)
- 0040109D add esp,8
- 15: }
复制代码
这是汇编调试代码, 不知道是什么错。。 |
|