diff options
author | Karel Kočí <cynerd@email.cz> | 2017-12-12 16:55:35 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-12-12 16:55:35 +0100 |
commit | 75c7ea8dd6518b9148c4a27bab06f5d187f95a41 (patch) | |
tree | 23ddc867dc78cf0f034c361cb4a5d83c1f8715eb | |
parent | 5bf637a429bbcf09092b8d189010c50d61c3562f (diff) | |
download | qtmips-75c7ea8dd6518b9148c4a27bab06f5d187f95a41.tar.gz qtmips-75c7ea8dd6518b9148c4a27bab06f5d187f95a41.tar.bz2 qtmips-75c7ea8dd6518b9148c4a27bab06f5d187f95a41.zip |
Acknowledge that we are not doing exact instruction match
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |