Computer Program Counter on ADD
if the following are true:
- the instruction at computer c and index x = an add instruction with dst: s src1: d and src2: 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