Tracing a simple MARIE program

Consider the following program:

AddressInstructionContents of Memory
Load
Add
Store
Halt

StepRTLPCIRMARMBRAC
(initial values)----
FetchMAR PC---
IR MAR --
PC PC --
DecodeMAR IR --
(Decode IR )
Get operandMBR MAR -
ExecuteACC MBR

StepRTLPCIRMARMBRAC
(initial values)
FetchMAR PC
IR MAR
PC PC
DecodeMAR IR
(Decode IR )
Get operandMBR MAR
ExecuteACC ACC MBR