From 2104d1a75b76dbffc0b15a96c98d94e7a16594e8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 27 Jan 2020 00:39:46 -0800 Subject: 5925 --- html/076next-word.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/076next-word.subx.html') diff --git a/html/076next-word.subx.html b/html/076next-word.subx.html index 90aa0113..7d573edb 100644 --- a/html/076next-word.subx.html +++ b/html/076next-word.subx.html @@ -66,7 +66,7 @@ if ('onhashchange' in window) { 7 8 # (re)compute the bounds of the next word in the line 9 # return empty string on reaching end of file - 10 next-word: # line : (addr stream byte), out : (addr slice) + 10 next-word: # line: (addr stream byte), out: (addr slice) 11 # . prologue 12 55/push-ebp 13 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -154,7 +154,7 @@ if ('onhashchange' in window) { 95 e8/call clear-stream/disp32 96 # . . discard args 97 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp - 98 # var slice/ecx : slice + 98 # var slice/ecx: slice 99 68/push 0/imm32/end 100 68/push 0/imm32/start 101 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx @@ -217,7 +217,7 @@ if ('onhashchange' in window) { 158 e8/call clear-stream/disp32 159 # . . discard args 160 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp -161 # var slice/ecx : slice +161 # var slice/ecx: slice 162 68/push 0/imm32/end 163 68/push 0/imm32/start 164 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx @@ -280,7 +280,7 @@ if ('onhashchange' in window) { 221 e8/call clear-stream/disp32 222 # . . discard args 223 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp -224 # var slice/ecx : slice +224 # var slice/ecx: slice 225 68/push 0/imm32/end 226 68/push 0/imm32/start 227 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx -- cgit 1.4.1-2-gfad0