摘要: 计算局部变量的地址 .386 .model flat,stdcall option casemap:none .stack 4096 Include Irvine32.inc includelib Irvine32.lib ExitProcess PROTO,dwExitCode:DWORD .da 阅读全文
posted @ 2023-11-30 19:10 天子骄龙 阅读(81) 评论(0) 推荐(0)
摘要: .386 .model flat,stdcall option casemap:none .stack 4096 include windows.inc ExitProcess PROTO,dwExitCode:DWORD STUDENT struct ;自定义数据结构 name DWORD ? I 阅读全文
posted @ 2023-11-30 14:29 天子骄龙 阅读(36) 评论(0) 推荐(0)