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)
沒有留言:
張貼留言