From cb7b403210f13e721739d58dab9000ec51ed2d0a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 25 Feb 2019 00:26:48 -0800 Subject: 4989 --- html/subx/apps/pack.subx.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/subx/apps/pack.subx.html') diff --git a/html/subx/apps/pack.subx.html b/html/subx/apps/pack.subx.html index 6258cc77..0bd3e063 100644 --- a/html/subx/apps/pack.subx.html +++ b/html/subx/apps/pack.subx.html @@ -152,7 +152,7 @@ if ('onhashchange' in window) { 89 # repeatedly 90 # clear-stream(line) 91 # EAX = read-line(in, line) - 92 # if (EAX == EOF) break + 92 # if (EAX == Eof) break 93 # word-slice = next-word(line) 94 # if (slice-empty?(word-slice)) continue # just whitespace 95 # if (starts-with(word-slice, "#")) continue # ignore comments @@ -191,8 +191,8 @@ if ('onhashchange' in window) { 128 e8/call convert-instruction/disp32 129 # . . discard args 130 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP - 131 # if (EAX == 0xffffffff) break - 132 3d/compare-with-EAX 0xffffffff/imm32 + 131 # if (EAX == Eof) break + 132 3d/compare-with-EAX 0xffffffff/imm32/Eof 133 74/jump-if-equal $convert:break/disp8 134 # convert-instruction(line, out) 135 # . . push args @@ -226,7 +226,7 @@ if ('onhashchange' in window) { 163 # repeatedly 164 # clear-stream(line) 165 # EAX = read-line(in, line) - 166 # if (EAX == EOF) break + 166 # if (EAX == Eof) break 167 # word-slice = next-word(line) 168 # if (slice-equal?(word-slice, "==")) 169 # return @@ -238,7 +238,7 @@ if ('onhashchange' in window) { 175 # repeatedly 176 # clear-stream(line) 177 # EAX = read-line(in, line) - 178 # if (EAX == EOF) break + 178 # if (EAX == Eof) break 179 # word-slice = next-word(line) 180 # if (slice-equal?(word-slice, "==")) 181 # return -- cgit 1.4.1-2-gfad0