计算机组成与体系结构
MAR<=PC MBR<=memory,temp<=PC+1 IR<=MBR,PC<=temp
MAR<=IR[operand] MBR<=memory IR[operand]<=MBR
视各指令而定
;ADD R1,X MAR<=IR[operand] MBR<=memory temp<=R1+MBR R1<=temp
MBR<=PC MAR<=push_PC_address,PC<=ISR_entry memory<=MBR