This commit is contained in:
Kartik Agaram 2018-12-03 16:34:16 -08:00
parent 97e7c68b3a
commit 5082923e81
4 changed files with 4 additions and 4 deletions

View File

@ -195,7 +195,7 @@ if ('onhashchange' in window) {
<span id="L129" class="LineNr">129 </span> <span class="subxComment"># b8/copy-to-EAX 1/imm32/exit</span>
<span id="L130" class="LineNr">130 </span> <span class="subxComment"># cd/syscall 0x80/imm8</span>
<span id="L131" class="LineNr">131 </span> <span class="subxComment">#</span>
<span id="L132" class="LineNr">132 </span> <span class="subxS1Comment"># . EAX = write(out, &quot;bb/copy-to-EBX &quot;)</span>
<span id="L132" class="LineNr">132 </span> <span class="subxS1Comment"># . write(out, &quot;bb/copy-to-EBX &quot;)</span>
<span id="L133" class="LineNr">133 </span> <span class="subxS2Comment"># . . push args</span>
<span id="L134" class="LineNr">134 </span> 68/push <span class="Constant">&quot;bb/copy-to-EBX &quot;</span>/imm32
<span id="L135" class="LineNr">135 </span> ff 6/subop/push 1/mod/*+disp8 4/rm32/sib 5/base/EBP 4/index/none <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> 0xc/disp8 <span class="CommentedCode"> . </span> <span class="subxComment"># push *(EBP+12)</span>

View File

@ -195,7 +195,7 @@ if ('onhashchange' in window) {
<span id="L129" class="LineNr">129 </span> <span class="subxComment"># b8/copy-to-EAX 1/imm32/exit</span>
<span id="L130" class="LineNr">130 </span> <span class="subxComment"># cd/syscall 0x80/imm8</span>
<span id="L131" class="LineNr">131 </span> <span class="subxComment">#</span>
<span id="L132" class="LineNr">132 </span> <span class="subxS1Comment"># . EAX = write(out, &quot;bb/copy-to-EBX &quot;)</span>
<span id="L132" class="LineNr">132 </span> <span class="subxS1Comment"># . write(out, &quot;bb/copy-to-EBX &quot;)</span>
<span id="L133" class="LineNr">133 </span> <span class="subxS2Comment"># . . push args</span>
<span id="L134" class="LineNr">134 </span> 68/push <span class="Constant">&quot;bb/copy-to-EBX &quot;</span>/imm32
<span id="L135" class="LineNr">135 </span> ff 6/subop/push 1/mod/*+disp8 4/rm32/sib 5/base/EBP 4/index/none <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> 0xc/disp8 <span class="CommentedCode"> . </span> <span class="subxComment"># push *(EBP+12)</span>

View File

@ -129,7 +129,7 @@ compile: # in : (address buffered-file), out : fd or (address stream), err : fd
# b8/copy-to-EAX 1/imm32/exit
# cd/syscall 0x80/imm8
#
# . EAX = write(out, "bb/copy-to-EBX ")
# . write(out, "bb/copy-to-EBX ")
# . . push args
68/push "bb/copy-to-EBX "/imm32
ff 6/subop/push 1/mod/*+disp8 4/rm32/sib 5/base/EBP 4/index/none . . 0xc/disp8 . # push *(EBP+12)

View File

@ -129,7 +129,7 @@ compile: # in : (address buffered-file), out : fd or (address stream), err : fd
# b8/copy-to-EAX 1/imm32/exit
# cd/syscall 0x80/imm8
#
# . EAX = write(out, "bb/copy-to-EBX ")
# . write(out, "bb/copy-to-EBX ")
# . . push args
68/push "bb/copy-to-EBX "/imm32
ff 6/subop/push 1/mod/*+disp8 4/rm32/sib 5/base/EBP 4/index/none . . 0xc/disp8 . # push *(EBP+12)