CPU lab ‐ memory - Dean-116/SYS-140-dean GitHub Wiki
In this lab I learned how CPU memory using a program on a virtual machine. It started with transferring data into the registry (It went into R00). I then did this again in a different registry and then added them together and put the result in the registry I made second (R01). I then created a comparison instruction between two registries (R04 and R05) that had the same value and when I ran this instruction it marked the "Z" box, then I changed their values to be different and ran the instruction and this unchecked the "Z" box. I then created two instructions that would add the value of R00 and R01 into R02.