From 535fe9ac96dba0950efd1bfe6788801f6197971f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 13 Feb 2021 18:18:05 -0800 Subject: 7737 --- html/baremetal/309stream.subx.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/baremetal/309stream.subx.html') diff --git a/html/baremetal/309stream.subx.html b/html/baremetal/309stream.subx.html index a82b6792..65ecbe81 100644 --- a/html/baremetal/309stream.subx.html +++ b/html/baremetal/309stream.subx.html @@ -125,7 +125,7 @@ if ('onhashchange' in window) { 69 8b/-> *(ebp+0x10) 1/r32/ecx 70 01/add-to %ecx 2/r32/edx 71 3b/compare 1/r32/ecx *(edi+8) - 72 0f 8f/jump-if-> $write-to-stream:abort/disp32 + 72 0f 8f/jump-if-> $write-to-stream:abort/disp32 73 # var out/edx: (addr byte) = s->data + s->write 74 8d/copy-address *(edi+edx+0xc) 2/r32/edx 75 # var outend/ebx: (addr byte) = out + n @@ -153,8 +153,8 @@ if ('onhashchange' in window) { 97 5d/pop-to-ebp 98 c3/return 99 -100 $write-to-stream:abort: -101 (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "write-to-stream: stream full" 3) # 3=cyan +100 $write-to-stream:abort: +101 (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "write-to-stream: stream full" 3 0) # 3=cyan 102 { 103 eb/jump loop/disp8 104 } @@ -178,7 +178,7 @@ if ('onhashchange' in window) { 122 8b/-> *(ebp+0x10) 1/r32/ecx 123 01/add-to %ecx 2/r32/edx 124 3b/compare 1/r32/ecx *esi -125 0f 8f/jump-if-> $read-from-stream:abort/disp32 +125 0f 8f/jump-if-> $read-from-stream:abort/disp32 126 # var in/edx: (addr byte) = s->data + s->read 127 8d/copy-address *(esi+edx+0xc) 2/r32/edx 128 # var inend/ebx: (addr byte) = in + n @@ -206,8 +206,8 @@ if ('onhashchange' in window) { 150 5d/pop-to-ebp 151 c3/return 152 -153 $read-from-stream:abort: -154 (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "read-from-stream: stream empty" 3) # 3=cyan +153 $read-from-stream:abort: +154 (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "read-from-stream: stream empty" 3 0) # 3=cyan 155 { 156 eb/jump loop/disp8 157 } -- cgit 1.4.1-2-gfad0