diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-11-30 09:45:07 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-11-30 09:45:07 -0800 |
commit | a20b51bdb7dd08d9b1a84a5cf59ac6ae12ab9657 (patch) | |
tree | b3b69986a405e7aa155cabd9eb68d956c5453d42 /subx | |
parent | c56d803cd8a0e3f28328f91aa1d457905a68641a (diff) | |
download | mu-a20b51bdb7dd08d9b1a84a5cf59ac6ae12ab9657.tar.gz |
4797
Diffstat (limited to 'subx')
-rw-r--r-- | subx/apps/crenshaw2-1.subx | 2 | ||||
-rw-r--r-- | subx/apps/crenshaw2-1b.subx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/crenshaw2-1.subx b/subx/apps/crenshaw2-1.subx index 94eede9e..1515ec56 100644 --- a/subx/apps/crenshaw2-1.subx +++ b/subx/apps/crenshaw2-1.subx @@ -4,7 +4,7 @@ # To run (from the subx directory): # $ ./subx translate *.subx apps/crenshaw2-1.subx -o crenshaw2-1 # $ echo '3' |./subx run apps/crenshaw2-1 -# Expected output (not working yet): +# Expected output: # # syscall(exit, 3) # bb/copy-to-EBX 3/imm32 # b8/copy-to-EAX 1/imm32/exit diff --git a/subx/apps/crenshaw2-1b.subx b/subx/apps/crenshaw2-1b.subx index 1776b833..398abae6 100644 --- a/subx/apps/crenshaw2-1b.subx +++ b/subx/apps/crenshaw2-1b.subx @@ -5,7 +5,7 @@ # To run (from the subx directory): # $ ./subx translate *.subx apps/crenshaw2-1.subx -o crenshaw2-1 # $ echo '1a' |./subx run apps/crenshaw2-1 -# Expected output (not working yet): +# Expected output: # # syscall(exit, 1a) # bb/copy-to-EBX 3/imm32 # b8/copy-to-EAX 1/imm32/exit |