摘要: 操作系统是如何工作的 操作系统借用一套完备的处理过程,对输入的程序执行并输出结果 #include <stdio.h> #include <stdlib.h> main{ _asm_ volatile( "movl $0,%%eax\n\t" "addl %1,%%eax\n\t" "addl %2 阅读全文
posted @ 2016-03-06 11:06 yktlll 阅读(129) 评论(0) 推荐(0)