文件名称:《深入理解计算机系统》第四章小实验Y86体系的实现
文件大小:24KB
文件格式:ZIP
更新时间:2020-05-25 12:55:05
Y86
在ISA.TXT中有指令对应的机器码。 在test.S中有一个用这个指令集合写的求和程序。 在ASM.TXT中有该迷你计算机Y86所支持的汇编指令。
【文件预览】:
y86_2.0
----Y86_AS()
--------instr.c(3KB)
--------line.c(12KB)
--------relocat.h(452B)
--------symbols.c(2KB)
--------instr.h(255B)
--------Makefile(163B)
--------file_op.c(5KB)
--------address.c(2KB)
--------test.S(1KB)
--------relocat.c(2KB)
--------y86_asm_instr.h(1KB)
--------y86_asm_instr.c(20KB)
--------address.h(257B)
--------AS.c(1KB)
--------line.h(760B)
--------symbols.h(479B)
--------file_op.h(649B)
----Makefile(243B)
----使用说明.txt(424B)
----test.S(1KB)
----ASM.txt(603B)
----Y86_System()
--------Makefile(101B)
--------y86_Sys.c(2KB)
--------cpu.c(12KB)
--------mm.c(2KB)
--------cpu.h(1KB)
--------mm.h(281B)
----ISA.txt(1KB)