From 447c83d9c80a119922c9397e9a196b93e5d068c0 Mon Sep 17 00:00:00 2001 From: David Thomas Date: Fri, 17 Oct 2014 14:55:11 +0100 Subject: Fixed #1 : Documentation implied the table was complete (minus SYSCALL), but it is not. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b471771..3032ad7 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,11 @@ XOR | Bitwise exclusive or | 1 X | XORI | Bitwise exclusive or immediate | 2 XX | ------------------------------------------------------------------ +This is not quite an exhaustive list of MIPS-1 instructions +(as was originally sort of implied). Some were deliberately left out +for teaching purposes, while others are not as important and tend +to penalise people for making the same mistakes in multiple places. + There are many instructions, but there is a lot of commonality between some instructions. Think about the underlying digital data-path in a real processor, and use that to identify -- cgit