diff options
Diffstat (limited to 'html/068error-byte.subx.html')
-rw-r--r-- | html/068error-byte.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/068error-byte.subx.html b/html/068error-byte.subx.html index 578555da..4ef793ac 100644 --- a/html/068error-byte.subx.html +++ b/html/068error-byte.subx.html @@ -66,7 +66,7 @@ if ('onhashchange' in window) { <span id="L6" class="LineNr"> 6 </span><span class="subxS1Comment"># . 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes</span> <span id="L7" class="LineNr"> 7 </span> <span id="L8" class="LineNr"> 8 </span><span class="CommentedCode">#? Entry: # manual test</span> -<span id="L9" class="LineNr"> 9 </span><span class="CommentedCode">#? # . var ed/eax : exit-descriptor</span> +<span id="L9" class="LineNr"> 9 </span><span class="CommentedCode">#? # . var ed/eax: exit-descriptor</span> <span id="L10" class="LineNr">10 </span><span class="CommentedCode">#? 81 5/subop/subtract 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # subtract from esp</span> <span id="L11" class="LineNr">11 </span><span class="CommentedCode">#? 89/copy 3/mod/direct 0/rm32/eax . . . 4/r32/esp . . # copy esp to eax</span> <span id="L12" class="LineNr">12 </span><span class="CommentedCode">#? # . configure ed to really exit()</span> @@ -84,7 +84,7 @@ if ('onhashchange' in window) { <span id="L24" class="LineNr">24 </span><span class="CommentedCode">#? cd/syscall 0x80/imm8</span> <span id="L25" class="LineNr">25 </span> <span id="L26" class="LineNr">26 </span><span class="subxComment"># write(out, "Error: "+msg+": "+byte) then stop(ed, 1)</span> -<span id="L27" class="LineNr">27 </span><span class="subxFunction">error-byte</span>: <span class="subxComment"># ed : (addr exit-descriptor), out : (addr buffered-file), msg : (addr array byte), n : byte</span> +<span id="L27" class="LineNr">27 </span><span class="subxFunction">error-byte</span>: <span class="subxComment"># ed: (addr exit-descriptor), out: (addr buffered-file), msg: (addr array byte), n: byte</span> <span id="L28" class="LineNr">28 </span> <span class="subxS1Comment"># . prologue</span> <span id="L29" class="LineNr">29 </span> 55/push-ebp <span id="L30" class="LineNr">30 </span> 89/copy 3/mod/direct 5/rm32/ebp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 4/r32/esp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="subxComment"># copy esp to ebp</span> |