コード例 #1
0
ファイル: Updata.cs プロジェクト: XuYipei/Y86-simulator
 static void Updata_Memory()
 {
     Memory.Updata(Excute.Show_e_state(), Excute.Show_e_icode(), Excute.Show_e_ifun(), Excute.Show_e_Cnd(), Excute.Show_e_valE(), Excute.Show_e_valA(), Excute.Show_e_dstE(), Excute.Show_e_dstM());
 }