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/073next-token.subx.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'html/subx/073next-token.subx.html') diff --git a/html/subx/073next-token.subx.html b/html/subx/073next-token.subx.html index dd8a8d87..5a18170b 100644 --- a/html/subx/073next-token.subx.html +++ b/html/subx/073next-token.subx.html @@ -71,7 +71,7 @@ if ('onhashchange' in window) { 11 #? cd/syscall 0x80/imm8 12 13 # extract the next run of characters that are different from a given 'delimiter' (skipping multiple delimiters if necessary) - 14 # on eof return an empty interval + 14 # on reaching end of file, return an empty interval 15 next-token: # in : (address stream), delimiter : byte, out : (address slice) 16 # . prolog 17 55/push-EBP @@ -183,7 +183,7 @@ if ('onhashchange' in window) { 123 5d/pop-to-EBP 124 c3/return 125 -126 test-next-token-eof: +126 test-next-token-Eof: 127 # . prolog 128 55/push-EBP 129 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP @@ -211,7 +211,7 @@ if ('onhashchange' in window) { 151 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP 152 # check-ints-equal(slice->end, slice->start, msg) 153 # . . push args -154 68/push "F - test-next-token-eof"/imm32 +154 68/push "F - test-next-token-Eof"/imm32 155 ff 6/subop/push 1/mod/*+disp8 1/rm32/ECX . . . . 4/disp8 . # push *(ECX+4) 156 ff 6/subop/push 0/mod/indirect 1/rm32/ECX . . . . . . # push *ECX 157 # . . call @@ -224,7 +224,7 @@ if ('onhashchange' in window) { 164 c3/return 165 166 # extract the next run of characters that are different from a given 'delimiter' (skipping multiple delimiters if necessary) -167 # on eof return an empty interval +167 # on reaching end of file, return an empty interval 168 next-token-from-slice: # start : (address byte), end : (address byte), delimiter : byte, out : (address slice) -> <void> 169 # . prolog 170 55/push-EBP @@ -326,7 +326,7 @@ if ('onhashchange' in window) { 266 5d/pop-to-EBP 267 c3/return 268 -269 test-next-token-from-slice-eof: +269 test-next-token-from-slice-Eof: 270 # . prolog 271 55/push-EBP 272 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP @@ -347,7 +347,7 @@ if ('onhashchange' in window) { 287 # out should be empty 288 # . check-ints-equal(out->end - out->start, 0, msg) 289 # . . push args -290 68/push "F - test-next-token-from-slice-eof"/imm32 +290 68/push "F - test-next-token-from-slice-Eof"/imm32 291 68/push 0/imm32 292 # . . push out->start - in->start 293 8b/copy 1/mod/*+disp8 7/rm32/EDI . . . 1/r32/ECX 4/disp8 . # copy *(EDI+4) to ECX @@ -388,7 +388,7 @@ if ('onhashchange' in window) { 328 # out should be empty 329 # . check-ints-equal(out->end - out->start, 0, msg) 330 # . . push args -331 68/push "F - test-next-token-from-slice-eof"/imm32 +331 68/push "F - test-next-token-from-slice-Eof"/imm32 332 68/push 0/imm32 333 # . . push out->start - in->start 334 8b/copy 1/mod/*+disp8 7/rm32/EDI . . . 1/r32/ECX 4/disp8 . # copy *(EDI+4) to ECX -- cgit 1.4.1-2-gfad0