aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-12 16:55:35 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-12 16:55:35 +0100
commit75c7ea8dd6518b9148c4a27bab06f5d187f95a41 (patch)
tree23ddc867dc78cf0f034c361cb4a5d83c1f8715eb /README.md
parent5bf637a429bbcf09092b8d189010c50d61c3562f (diff)
downloadqtmips-75c7ea8dd6518b9148c4a27bab06f5d187f95a41.tar.gz
qtmips-75c7ea8dd6518b9148c4a27bab06f5d187f95a41.tar.bz2
qtmips-75c7ea8dd6518b9148c4a27bab06f5d187f95a41.zip
Acknowledge that we are not doing exact instruction match
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53dbe0e..8e2c5aa 100644
--- a/README.md
+++ b/README.md
@@ -48,3 +48,5 @@ being so.
statistics)
* Interrupts and exceptions (if exception occurs then machine execution is halted)
* Branch-likeli instructions (they are marked as obsolete)
+* Complete binary instruction check (we check only minimal set of bites to decode
+ instruction, we don't check if zero sections are really zero unless we need it).