You need to simulate one complete job (say Array Sum).
There are machine instructions in hex, convert those into binary and simply simulate: fetch, decode and execute
using all the simulated Registers and RAM.
BTW, you don’t have to code, simply show all the steps trace in paper, write one pdf report of about 20 pages.
Q. How do I convert 6 bits OPCODE into the hex OPCODE ?
ANS: You don’t have to, this 6 bit can represent 2^6 = 64 instructions, simply decode this 6 bit to determine which instruction to execute.
There are 16 registers, R0 .. R15 (4 bit is enough to represent a register), each register can hold 32 bit data, so the data not necessary, you can assume
little endian system (details are there is instructionFormat.pdf file)
In your report, make sure it is just one pdf file.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
