about summary refs log tree commit diff stats
path: root/subx/apps/pack.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-07 16:54:49 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-07 16:54:49 -0700
commite5dab928102281cd00fc59f1518c1d8ecddc5a75 (patch)
tree77fd56606ba7ec12e2b0edf3cfeab7a5b43f99d3 /subx/apps/pack.subx
parent4ba31fbd56c5e50008044eaf55c1e761cc1d018c (diff)
downloadmu-e5dab928102281cd00fc59f1518c1d8ecddc5a75.tar.gz
5064
Diffstat (limited to 'subx/apps/pack.subx')
-rw-r--r--subx/apps/pack.subx5
1 files changed, 2 insertions, 3 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx
index b623d3b2..0176170f 100644
--- a/subx/apps/pack.subx
+++ b/subx/apps/pack.subx
@@ -1,7 +1,6 @@
 # Read a text file of SubX instructions from stdin, and convert it into a list
-# of whitespace-separated ascii hex bytes on stdout, suitable to be further
-# processed by apps/hex. Label definitions and uses are also left untouched for
-# a future 'pass'.
+# of whitespace-separated ascii hex bytes on stdout. Label definitions and
+# uses are left untouched.
 #
 # To run (from the subx/ directory):
 #   $ ./subx translate *.subx apps/pack.subx -o apps/pack