1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-04-30 09:03:23 -07:00

R4300i is MIPS III

This commit is contained in:
Connor Olding 2015-12-21 02:39:19 -08:00
parent 2992466c48
commit 905ca2fb5c

View File

@ -21,11 +21,12 @@ A derivative of [CajeASM's][caje] syntax.
Instructions were primarily referenced from [the N64 Toolkit: Opcodes.][n64op]
A more in-depth look at instructions for MIPS IV processors in general
An in-depth look at instructions for MIPS IV processors
is given by [the MIPS IV Instruction Set manual.][mipsiv]
Most of this applies to our MIPS III architecture.
[The MIPS64 Instruction Set manual][mips64] is sometimes useful.
Much of it doesn't apply to our older MIPS IV architecture,
Much of it doesn't apply to our older MIPS III architecture,
but it's a little cleaner than the older manual.
There's also a brief and incomplete [overview of MIPS instructions.][overview]