6 ms·
I had to write one of these (in C) for a class a couple years ago. https://github.com/tylerkahn/MIPS-Virtual-Machine https://github.com/tylerkahn/MIPS-Virtual-
by tylerkahn 13y ago
I had to write one of these (in C) for a class a couple years ago.
https://github.com/tylerkahn/MIPS-Virtual-Machine https://github.com/tylerkahn/MIPS-Virtual-Machine
- angersock 13y agoYay MIPS! Also, let us not forget the Halt and Spontaneously Combust (HSC) instruction: ftp://reports.stanford.edu/pub/cstr/reports/csl/tr/86/289/CSL-TR-86-289.pdf .
- gcr 13y agoWhoa dude, this is awesome! I once wrote a MIPS assembler+VM in Racket. It went OK but I never used it for anything: https://github.com/gcr/mips-simulator https://github.com/gcr/mips-simulator Was a great learning experience though.