Life-Geek
態度決定高度 高度決定視野
網頁
2009年10月25日 星期日
ASM-C++
#include
using namespace std;
int main(){
int sum;
__asm(
"movl $1,%eax\n\t" // SYS_exit
"xor %ebx,%ebx\n\t"
"int $0x80"
);
return 0;
}
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)