about summary refs log tree commit diff stats
path: root/examples/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Readme.md')
-rw-r--r--examples/Readme.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/Readme.md b/examples/Readme.md
deleted file mode 100644
index d4bb1ff5..00000000
--- a/examples/Readme.md
+++ /dev/null
@@ -1,6 +0,0 @@
-Small example programs, each with a simple pedagogical goal.
-
-They also help to validate SubX instruction semantics against native x86
-hardware. For example, loading a single byte to a register would for some time
-clear the rest of the register. This behavior was internally consistent with
-unit tests. It took running an example binary natively to catch the discrepancy.