diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-11-26 01:26:31 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-11-26 01:26:31 -0800 |
commit | 3b6fcde4f9587937f0ba4483e32390044743ff0b (patch) | |
tree | c02d959cd38bbe404eb11fdeec2de12d998eca59 | |
parent | 063741b4a2edfd64cd639ebc108d051af269ef5c (diff) | |
download | mu-3b6fcde4f9587937f0ba4483e32390044743ff0b.tar.gz |
4784
-rw-r--r-- | subx/Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index e58cd9f3..149a9f7b 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -4,7 +4,7 @@ SubX is a minimalist assembly language designed: * to explore ways to turn arbitrary manual tests into reproducible automated tests, * to be easy to implement in itself, and -* to help learn the x86 instruction set. +* to help learn and teach the x86 instruction set. Expanding on the first bullet, it hopes to support more comprehensive tests by: |