From 905ca2fb5cda8191b3682cde7ee12c989ec5bd2f Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 21 Dec 2015 02:39:19 -0800 Subject: [PATCH] R4300i is MIPS III --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85c2a2a..409d453 100644 --- a/README.md +++ b/README.md @@ -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]