[ previous | index | next ]


The K&S Datapath Simulation with Main Memory

Features

  • Manual selection of memory address
  • Switches control I/O
  • Data format for each memory address
  • Load and store architecture
  • Parallel operation and ignored results
  • Memory is "slower" than registers
Sample Exercises

Write a sequence of instructions that:
  • loads R0 with the value in MM[10].
  • stores the value in R2 into MM[5].
  • performs MM[7] = MM[8] - MM[9].


Problems