There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This code is to simulate how a computer works when processing MIPS instructions. My code was able to process lines of MIPS instructions and translate them into a 32-bit machine code, and to simulate the process of storing it into the proper memory address.