Computer ADDI Instruction, Concise

if the following are true:
  • the instruction at computer c and index i = an ADDI instruction with src: src imm: imm and dst: dst
  • the PC at computer c and time t = i

then byte at ID: c, cell #dst at time (t + 1) = (byte at ID: c, cell #src at time t) + imm


Comments

Please log in to add comments