From 54e5128a14dcea5b93a8a9402558f0736fb7dba3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 1 Dec 2018 12:44:10 -0800 Subject: 4813 --- html/subx/apps/crenshaw2-1.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/subx/apps/crenshaw2-1.subx.html') diff --git a/html/subx/apps/crenshaw2-1.subx.html b/html/subx/apps/crenshaw2-1.subx.html index 37ea2738..348defea 100644 --- a/html/subx/apps/crenshaw2-1.subx.html +++ b/html/subx/apps/crenshaw2-1.subx.html @@ -65,7 +65,7 @@ if ('onhashchange' in window) { 3 # except that we support hex digits. 4 # 5 # To run (from the subx/ directory): - 6 # $ ./subx translate *.subx apps/crenshaw2-1.subx -o crenshaw2-1 + 6 # $ ./subx translate *.subx apps/crenshaw2-1.subx -o apps/crenshaw2-1 7 # $ echo '3' |./subx run apps/crenshaw2-1 8 # Expected output: 9 # # syscall(exit, 3) @@ -140,7 +140,7 @@ if ('onhashchange' in window) { 78 cd/syscall 0x80/imm8 79 80 # the main entry point - 81 compile: # in : fd or (address stream), out : fd or (address stream), err : fd or (address stream), ed : (address exit-descriptor) -> <void> + 81 compile: # in : (address buffered-file), out : fd or (address stream), err : fd or (address stream), ed : (address exit-descriptor) -> <void> 82 # . prolog 83 55/push-EBP 84 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP -- cgit 1.4.1-2-gfad0