Thanks, I feel I've somewhat got the hang of it now. :pleased: Also, your advice has made me want to try to do more than just a "dry run", so I...
Thanks for the feedback. Perhaps I've explained my problem poorly. This instruction set and its syntax is, afaik, not supported by an actual...
Since r0, the zero register, has a constant value 0, my reasoning is that addi r1, r0, 1 will add together 0 + 1 (r0 and imm 1) and store the...
Thanks for the reply. I've added descriptions and syntax below. rs = source register, rt = target register, rd = destination register. add //...
I'm currently working on a school assignment using a theoretical CPU with a very limited instruction set. The available instructions are as...
Separate names with a comma.