Computer Program Counter on LOAD
if the following are true:
- the instruction at computer c and index x = a LOAD instruction with dst: s addr: d and imm: imm
- the PC at computer c and time t = x
then the PC at computer c and time (t + 1) = x + 1
Comments
Please log in to add comments