diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-29 16:07:05 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-29 17:45:00 -0700 |
commit | 64338cc5d7c11cc25870c19f39c502921e471e65 (patch) | |
tree | 1c7f408ee52d6d26c9fe8e7ececb1bf0d2a6c990 /subx | |
parent | ed79099bf6ad783e4ce040d1e611a9f4ca068d2c (diff) | |
download | mu-64338cc5d7c11cc25870c19f39c502921e471e65.tar.gz |
4618
Diffstat (limited to 'subx')
-rw-r--r-- | subx/examples/Readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subx/examples/Readme.md b/subx/examples/Readme.md index 9cbcef98..d4bb1ff5 100644 --- a/subx/examples/Readme.md +++ b/subx/examples/Readme.md @@ -1 +1,6 @@ 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. |