Replies
-
Deavmi 5 years ago> needing the Bochs equivalent of Qemu.
Eh, will just look for some docs online.- 1
-
Deavmi 5 years ago@Joe I was hoping besides the behemoth QEMU as I didn't feel like learning something too hard as reading the documentation on gxemul (which is what i use) was easier.
But yes, qemu is the way it will have to be. I didn't want to have to hassle with it requiring some shitty object file. With gxemul I can disable that and load the machine code in without it being wrapped in an object file (executable format like ELF, for example, or a.out of like fucking coff or some fucking weird format).- 1
-
-
Deavmi 5 years agoAs Joe posted this is a nice one: http://www.mrc.uidaho.edu/mrc/people/jff/digital/MIPSir.html
This is my favourite too (it helps a lot when visualing the structure of instructions which is a must have and a need): https://inst.eecs.berkeley.edu/~cs61c/resources/MIPS_help.html- 1
-
-
-
-
-
Joe 5 years agohttp://www.mrc.uidaho.edu/mrc/people/jff/digital/MIPSir.html
https://www2.engr.arizona.edu/%7Eece369/Resources/spim/MIPSReference.pdf
http://www.cs.unibo.it/%7Esolmi/teaching/arch_2002-2003/AssemblyLanguageProgDoc.pdf
https://s3-eu-west-1.amazonaws.com/downloads-mips/documents/MD00087-2B-MIPS64BIS-AFP-6.06.pdf- 1
-
Sigg3 5 years agoInteresting. I work on MIPS. Do you have any resources you could share/link/recommend?
- 2