PA2 - 简单复杂的机器:冯诺依曼计算机系统
不停计算的机器
不停计算的机器
- 取指(instruction fetch, IF)
- 译码(instruction decode, ID)
- 执行(execute,EX)
- 更新PC
YEMU: 一个简单的CPU模拟器
-
位域,在小端机器上,先定义的在每个字节的低位,后定义的在每个字节的高位。也就是位域优先定义低位
#include <s之tdio.h> typedef union { struct { unsigned int low:16, high:16; } type; unsigned int data; }BitField; int main () { BitFiel

最低0.47元/天 解锁文章
1211

被折叠的 条评论
为什么被折叠?



