From fa786ea791469364d635b6a5eb877b0c4e3333ce Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 12 Jan 2020 12:15:55 -0800 Subject: 5884 --- html/apps/dquotes.subx.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'html/apps/dquotes.subx.html') diff --git a/html/apps/dquotes.subx.html b/html/apps/dquotes.subx.html index 5f588bd5..3114a631 100644 --- a/html/apps/dquotes.subx.html +++ b/html/apps/dquotes.subx.html @@ -119,7 +119,7 @@ if ('onhashchange' in window) { 56 eb/jump $subx-dquotes-main:end/disp8 57 $subx-dquotes-main:interactive: 58 # - otherwise convert stdin - 59 # var ed/eax : (ref exit-descriptor) + 59 # var ed/eax : exit-descriptor 60 81 5/subop/subtract 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # subtract from esp 61 89/copy 3/mod/direct 0/rm32/eax . . . 4/r32/esp . . # copy esp to eax 62 # configure ed to really exit() @@ -147,7 +147,7 @@ if ('onhashchange' in window) { 84 85 subx-dquotes: # in : (addr buffered-file), out : (addr buffered-file) 86 # pseudocode: - 87 # var line : (ref stream byte 512) + 87 # var line : (stream byte 512) 88 # var new-data-segment : (handle stream byte) = new-stream(Heap, Segment-size, 1) 89 # 90 # write(new-data-segment, "== data\n") @@ -188,13 +188,13 @@ if ('onhashchange' in window) { 125 53/push-ebx 126 56/push-esi 127 57/push-edi - 128 # var line/ecx : (ref stream byte 512) + 128 # var line/ecx : (stream byte 512) 129 81 5/subop/subtract 3/mod/direct 4/rm32/esp . . . . . 0x200/imm32 # subtract from esp 130 68/push 0x200/imm32/length 131 68/push 0/imm32/read 132 68/push 0/imm32/write 133 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx - 134 # var word-slice/edx : (ref slice) + 134 # var word-slice/edx : slice 135 68/push 0/imm32/end 136 68/push 0/imm32/start 137 89/copy 3/mod/direct 2/rm32/edx . . . 4/r32/esp . . # copy esp to edx @@ -363,7 +363,7 @@ if ('onhashchange' in window) { 300 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 301 # . save registers 302 51/push-ecx - 303 # var int32-stream/ecx : (ref stream byte 10) # number of decimal digits a 32-bit number can have + 303 # var int32-stream/ecx : (stream byte 10) # number of decimal digits a 32-bit number can have 304 81 5/subop/subtract 3/mod/direct 4/rm32/esp . . . . . 0xa/imm32 # subtract from esp 305 68/push 0xa/imm32/decimal-digits-in-32bit-number 306 68/push 0/imm32/read @@ -1262,7 +1262,7 @@ if ('onhashchange' in window) { 1381 # emit everything from a word except the initial datum 1382 emit-metadata: # out : (addr buffered-file), word : (addr slice) 1383 # pseudocode -1384 # var slice : (ref slice) = {0, word->end} +1384 # var slice : slice = {0, word->end} 1385 # curr = word->start 1386 # if *curr == '"' 1387 # curr = skip-string-in-slice(curr, word->end) @@ -1291,7 +1291,7 @@ if ('onhashchange' in window) { 1410 8b/copy 0/mod/indirect 6/rm32/esi . . . 1/r32/ecx . . # copy *esi to ecx 1411 # var end/edx : (addr byte) = word->end 1412 8b/copy 1/mod/*+disp8 6/rm32/esi . . . 2/r32/edx 4/disp8 . # copy *(esi+4) to edx -1413 # var slice/ebx : (ref slice) = {0, end} +1413 # var slice/ebx : slice = {0, end} 1414 52/push-edx 1415 68/push 0/imm32 1416 89/copy 3/mod/direct 3/rm32/ebx . . . 4/r32/esp . . # copy esp to ebx -- cgit 1.4.1-2-gfad0