摘要: #include <bits/stdc++.h> #include<math.h> #include <string> using namespace std; const int MAX_LEN = 100005; int main(){ int temp[10]; for(int i =0;i< 阅读全文
posted @ 2020-01-08 21:36 JasonPeng1 阅读(152) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-01-08 20:51 JasonPeng1 阅读(256) 评论(0) 推荐(0)
摘要: void io_hlt(void); void io_cli(void); void io_out8(int port, int data); int io_load_eflags(void); void io_store_eflags(int eflags); /* ���͓����\�[�X�t 阅读全文
posted @ 2020-01-08 16:15 JasonPeng1 阅读(212) 评论(0) 推荐(0)
摘要: BIOS >CPU 读磁盘(如果是SSD会特别快,但还是比不上内存快) >CPU读缓冲区地址(也就是把程序装载到内存中) BIOS >CPU 读磁盘(如果是SSD会特别快,但还是比不上内存快) >CPU读缓冲区地址(也就是把程序装载到内存中) .c如何变成机器语言的?(非常重要) C语言的不便之处: 阅读全文
posted @ 2020-01-08 11:32 JasonPeng1 阅读(178) 评论(0) 推荐(0)
摘要: 寄存器分为段寄存器和通用寄存器。 可结合《汇编语言》-王爽: CPU最多存储32个字节的数据(只是通用寄存器),如果加上段寄存器也才只有44字节。 4 Makefile入门 阅读全文
posted @ 2020-01-08 09:20 JasonPeng1 阅读(201) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-01-08 09:17 JasonPeng1 阅读(141) 评论(0) 推荐(0)