From 6ce6972890802aaf236e62410ef647f5d6ee834e Mon Sep 17 00:00:00 2001 From: m8pple Date: Mon, 27 Oct 2014 11:32:24 +0000 Subject: Fixed #16: ambiguity on what to do with things that are in MIPS-1, but not covered as part of the spec. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a66ea58..c3a5fed 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,10 @@ 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. +Any instruction not covered in this list will not be tested +as part of the assessment, and any implementation defined +behaviour is fine (return an error, or actually implement +the instruction). There are many instructions, but there is a lot of commonality between some instructions. Think about the underlying -- cgit