formats.isa
来自「M5,一个功能强大的多处理器系统模拟器.很多针对处理器架构,性能的研究都使用它作」· ISA 代码 · 共 32 行
ISA
32 行
//Include the basic format//Templates from this format are used later##include "basic.isa"//Include base classes for microcoding instructions##include "micro.isa"//Include the noop format##include "nop.isa"//Include the integerOp and integerOpCc format##include "integerop.isa"//Include the memory formats##include "mem/mem.isa"//Include the trap format##include "trap.isa"//Include the unimplemented format##include "unimp.isa"//Include the "unknown" format##include "unknown.isa"//Include the priveleged mode format##include "priv.isa"//Include the branch format##include "branch.isa"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?