diff options
Diffstat (limited to 'apps/crenshaw2-1b.subx')
-rw-r--r-- | apps/crenshaw2-1b.subx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/crenshaw2-1b.subx b/apps/crenshaw2-1b.subx index 908ca942..9679bdab 100644 --- a/apps/crenshaw2-1b.subx +++ b/apps/crenshaw2-1b.subx @@ -3,7 +3,7 @@ # except that we support hex numbers of multiple digits. # # To run: -# $ ./subx translate 0*.subx apps/crenshaw2-1b.subx -o apps/crenshaw2-1b +# $ ./subx translate init.linux 0*.subx apps/crenshaw2-1b.subx -o apps/crenshaw2-1b # $ echo '1a' |./subx run apps/crenshaw2-1b # Expected output: # # syscall(exit, 1a) @@ -13,7 +13,7 @@ # # To run the generated output: # $ echo '1a' |./subx run apps/crenshaw2-1b > z1.subx -# $ ./subx translate z1.subx -o z1 +# $ ./subx translate init.linux z1.subx -o z1 # $ ./subx run z1 # $ echo $? # 26 # 0x1a in decimal |