aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).