diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-14 14:24:35 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-14 14:24:35 -0700 |
commit | 670d94576318ca37f4371410a128c8668bd1c369 (patch) | |
tree | 2d2a1cbd00be0e526c5d0badc81103e794bb6693 /subx | |
parent | ce2c1efc41470764126e9a1a7f4e0cfec4213587 (diff) | |
download | mu-670d94576318ca37f4371410a128c8668bd1c369.tar.gz |
update roadmap in subx/Readme
Diffstat (limited to 'subx')
-rw-r--r-- | subx/Readme.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/subx/Readme.md b/subx/Readme.md index 57efa780..97dca587 100644 --- a/subx/Readme.md +++ b/subx/Readme.md @@ -337,13 +337,7 @@ runnable on a Linux system running on Intel x86 processors, either 32- or ## Roadmap and status -* Bootstrapping a SubX-\>ELF translator in SubX - - 1. [Converting ascii hex bytes to binary.](http://akkartik.github.io/mu/html/subx/apps/hex.subx.html) (✓) - 2. [Packing bitfields for x86 instructions into bytes.](http://akkartik.github.io/mu/html/subx/apps/pack.subx.html) (✓) - 3. [Combining segments with the same name.](http://akkartik.github.io/mu/html/subx/apps/assort.subx.html) (✓) - 4. [Support for string literals.](http://akkartik.github.io/mu/html/subx/apps/dquotes.subx.html) (✓) - 5. [Replacing addresses with labels.](https://github.com/akkartik/mu/pull/34) (10% complete) +* Bootstrapping a SubX-\>ELF translator in SubX (90% complete; now in testing) * Testable, dependency-injected vocabulary of primitives - Streams: `read()`, `write()`. (✓) |