简称|描述 IF |Instruction Fetch,取指 ID |Instruction Decode,译码 EX |Execute,执行 MEM| Memory Access,内存数据读或者写 WB |Write Back,数据写回到通用寄存器中 并不是所有指令都要经过这五个阶段,例如运算指令 ...
分类:
其他好文 时间:
2019-03-09 18:59:56
阅读次数:
219
Decode-译码//Decode-译码
#include<iostream>
#include<cstring>
#include<cstdlib>
#include<cctype>
usingnamespacestd;
voidprocess(stringstr,charch[],intkey);
intmain()
{
stringstr;
charch[100];
cout<<"Inputthecipher:\n";
cin&..
分类:
其他好文 时间:
2014-09-11 15:33:04
阅读次数:
376