mirror of
https://github.com/notwa/lips
synced 2024-11-14 14:39:04 -08:00
R4300i is MIPS III
This commit is contained in:
parent
2992466c48
commit
905ca2fb5c
1 changed files with 3 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue