From 5a3f9a31850d6da72dff7211c9760cd4a8e1090b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 13 Apr 2021 21:11:26 -0700 Subject: . --- html/121new-stream.subx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/121new-stream.subx.html') diff --git a/html/121new-stream.subx.html b/html/121new-stream.subx.html index efc8a085..fe952139 100644 --- a/html/121new-stream.subx.html +++ b/html/121new-stream.subx.html @@ -79,7 +79,7 @@ if ('onhashchange' in window) { 20 f7 4/subop/multiply 1/mod/*+disp8 5/rm32/ebp . . 0xc/disp8 . # multiply *(ebp+12) into edx:eax 21 # . if overflow abort 22 81 7/subop/compare 3/mod/direct 2/rm32/edx . . . . . 0/imm32 # compare edx - 23 75/jump-if-!= $new-stream:abort/disp8 + 23 75/jump-if-!= $new-stream:abort/disp8 24 # . edx = elemsize*length 25 89/copy 3/mod/direct 2/rm32/edx . . . 0/r32/eax . . # copy eax to edx 26 # var n/eax: int = size + 12 (for read, write and size) @@ -116,8 +116,8 @@ if ('onhashchange' in window) { 57 5d/pop-to-ebp 58 c3/return 59 - 60 $new-stream:abort: - 61 (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "new-stream: size too large" 3 0) # 3=cyan + 60 $new-stream:abort: + 61 (draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0 "new-stream: size too large" 3 0) # 3=cyan 62 { 63 eb/jump loop/disp8 64 } -- cgit 1.4.1-2-gfad0