From 999c529cb972079df3bc693945be34a77336ddf4 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 26 Oct 2019 23:51:14 -0700 Subject: 5716 --- html/095stack.subx.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'html/095stack.subx.html') diff --git a/html/095stack.subx.html b/html/095stack.subx.html index 318c5460..a8124528 100644 --- a/html/095stack.subx.html +++ b/html/095stack.subx.html @@ -202,16 +202,16 @@ if ('onhashchange' in window) { 142 # . write-buffered(Stderr, "error: push: no space left") 143 # . . push args 144 68/push "error: push: no space left"/imm32 -145 68/push Stderr/imm32 +145 68/push Stderr/imm32 146 # . . call 147 e8/call write-buffered/disp32 148 # . . discard args 149 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 150 # . flush(Stderr) 151 # . . push args -152 68/push Stderr/imm32 +152 68/push Stderr/imm32 153 # . . call -154 e8/call flush/disp32 +154 e8/call flush/disp32 155 # . . discard args 156 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 157 # . syscall(exit, 1) @@ -320,16 +320,16 @@ if ('onhashchange' in window) { 260 # . write-buffered(Stderr, "error: pop: nothing left in stack") 261 # . . push args 262 68/push "error: pop: nothing left in stack"/imm32 -263 68/push Stderr/imm32 +263 68/push Stderr/imm32 264 # . . call 265 e8/call write-buffered/disp32 266 # . . discard args 267 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 268 # . flush(Stderr) 269 # . . push args -270 68/push Stderr/imm32 +270 68/push Stderr/imm32 271 # . . call -272 e8/call flush/disp32 +272 e8/call flush/disp32 273 # . . discard args 274 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 275 # . syscall(exit, 1) @@ -421,16 +421,16 @@ if ('onhashchange' in window) { 361 # . write-buffered(Stderr, "error: top: nothing left in stack") 362 # . . push args 363 68/push "error: top: nothing left in stack"/imm32 -364 68/push Stderr/imm32 +364 68/push Stderr/imm32 365 # . . call 366 e8/call write-buffered/disp32 367 # . . discard args 368 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 369 # . flush(Stderr) 370 # . . push args -371 68/push Stderr/imm32 +371 68/push Stderr/imm32 372 # . . call -373 e8/call flush/disp32 +373 e8/call flush/disp32 374 # . . discard args 375 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 376 # . syscall(exit, 1) -- cgit 1.4.1-2-gfad0