about summary refs log tree commit diff stats
path: root/apps/pack.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-25 23:25:08 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-25 23:25:08 -0700
commitfc55af70a5b0771d7656024716a51345bbe11fcb (patch)
tree8b53317f996fa29c6daea02da230585159a65a78 /apps/pack.subx
parent418ea7d3dbc81b066852c615329b1f463a2a33c0 (diff)
downloadmu-fc55af70a5b0771d7656024716a51345bbe11fcb.tar.gz
5589
Diffstat (limited to 'apps/pack.subx')
-rw-r--r--apps/pack.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pack.subx b/apps/pack.subx
index 9499f3b3..029952e3 100644
--- a/apps/pack.subx
+++ b/apps/pack.subx
@@ -3,7 +3,7 @@
 # uses are left untouched.
 #
 # To run:
-#   $ ./subx translate *.subx apps/pack.subx -o apps/pack
+#   $ ./subx translate 0*.subx apps/subx-common.subx apps/pack.subx  -o apps/pack
 #   $ echo '05/add-to-EAX 0x20/imm32'  |./subx run apps/pack
 # Expected output:
 #   05 20 00 00 00  # 05/add-to-EAX 0x20/imm32