From 7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 3 Jan 2020 01:36:34 -0800 Subject: 5876 - address -> addr --- html/apps/crenshaw2-1b.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/apps/crenshaw2-1b.subx.html') diff --git a/html/apps/crenshaw2-1b.subx.html b/html/apps/crenshaw2-1b.subx.html index 1c15f4f9..097d27f4 100644 --- a/html/apps/crenshaw2-1b.subx.html +++ b/html/apps/crenshaw2-1b.subx.html @@ -151,7 +151,7 @@ if ('onhashchange' in window) { 90 cd/syscall 0x80/imm8 91 92 # the main entry point - 93 compile: # in : (address buffered-file), out : fd or (address stream byte), err : fd or (address stream byte), ed : (address exit-descriptor) + 93 compile: # in : (addr buffered-file), out : fd or (addr stream byte), err : fd or (addr stream byte), ed : (addr exit-descriptor) 94 # . prologue 95 55/push-ebp 96 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -252,7 +252,7 @@ if ('onhashchange' in window) { 191 # no space in 'out'. 192 # Input comes from the global variable 'Look' (first byte) and the argument 193 # 'in' (rest). We leave the next byte from 'in' into 'Look' on exit. -194 get-num: # in : (address buffered-file), out : (address stream byte), err : fd or (address stream byte), ed : (address exit-descriptor) +194 get-num: # in : (addr buffered-file), out : (addr stream byte), err : fd or (addr stream byte), ed : (addr exit-descriptor) 195 # pseudocode: 196 # if (!is-digit?(Look)) expected(ed, err, "integer") 197 # do @@ -725,7 +725,7 @@ if ('onhashchange' in window) { 664 ## helpers 665 666 # write(f, "Error: "+s+" expected\n") then stop(ed, 1) -667 expected: # ed : (address exit-descriptor), f : fd or (address stream byte), s : (address array byte) +667 expected: # ed : (addr exit-descriptor), f : fd or (addr stream byte), s : (addr array byte) 668 # . prologue 669 55/push-ebp 670 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -767,7 +767,7 @@ if ('onhashchange' in window) { 706 c3/return 707 708 # read a byte from 'f', and save it in 'Look' -709 get-char: # f : (address buffered-file) +709 get-char: # f : (addr buffered-file) 710 # . prologue 711 55/push-ebp 712 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -- cgit 1.4.1-2-gfad0