diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-07 16:54:49 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-07 16:54:49 -0700 |
commit | e5dab928102281cd00fc59f1518c1d8ecddc5a75 (patch) | |
tree | 77fd56606ba7ec12e2b0edf3cfeab7a5b43f99d3 /subx | |
parent | 4ba31fbd56c5e50008044eaf55c1e761cc1d018c (diff) | |
download | mu-e5dab928102281cd00fc59f1518c1d8ecddc5a75.tar.gz |
5064
Diffstat (limited to 'subx')
-rw-r--r-- | subx/apps/pack.subx | 5 |
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 |