摘要: #include #include void main(){ int a; printf("%p", &a); _asm { mov eax, 10 add eax,5 mov a, eax } print... 阅读全文
posted @ 2015-12-09 11:00 喵小喵~ 阅读(210) 评论(0) 推荐(0) 编辑