diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-15 15:09:48 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-15 15:09:48 -0700 |
commit | 6ec89428bc35bfa0920eb89116585d63798097da (patch) | |
tree | 2980b67d88db339458e1e681b099dc1380cf7180 /subx | |
parent | 389714058800de79dde392c51a1994586f8530a9 (diff) | |
download | mu-6ec89428bc35bfa0920eb89116585d63798097da.tar.gz |
4346
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index bdf93a71..36ded2e4 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -66,5 +66,9 @@ format. SubX is about programming with a small, regular subset of 32-bit x86: * [Single-page cheatsheet for the x86 ISA](https://net.cs.uni-bonn.de/fileadmin/user_upload/plohmann/x86_opcode_structure_and_instruction_overview.pdf) (pdf) * [Concise reference for the x86 ISA](https://c9x.me/x86) * [Intel programming manual](http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf) (pdf) + +## Inspirations + * [“Creating tiny ELF executables”](https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html) * [“Bootstrapping a compiler from nothing”](http://web.archive.org/web/20061108010907/http://www.rano.org/bcompiler.html) +* Forth implementations like [StoneKnifeForth](https://github.com/kragen/stoneknifeforth) |