about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-18 22:52:53 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-18 22:52:53 -0700
commitbbb868d9b13c7448a46a1aecb18477f00351fe36 (patch)
tree3ed52af4eba6cd2bfbfe8738b8d033a70f989469
parent93f57ceb1c193828012bb9a299d6f0f5a55384b3 (diff)
downloadmu-bbb868d9b13c7448a46a1aecb18477f00351fe36.tar.gz
5111
-rw-r--r--subx/Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 66449ead..b3b58c86 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -328,9 +328,9 @@ runnable on a Linux system running on Intel x86 processors, either 32- or
 
   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.](apps/assort.subx) (30% complete)
-  4. Replacing addresses with labels.
-  5. Support for string literals.
+  3. [Combining segments with the same name.](apps/assort.subx) (✓)
+  4. Support for string literals. (10% complete)
+  5. Replacing addresses with labels.
 
 * Testable, dependency-injected vocabulary of primitives
   - Streams: `read()`, `write()`. (✓)