diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-07 13:35:34 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-07 13:37:51 -0700 |
commit | 57fa808b184acb3d330dd7b4f34f8c4b5a242dbc (patch) | |
tree | fbe607dd6e1253c2e1e12bd11a2fa4c331c6e777 /html/apps/calls.subx.html | |
parent | 372a4259ae0c997102af53d4f6d9c35bda214e1d (diff) | |
download | mu-57fa808b184acb3d330dd7b4f34f8c4b5a242dbc.tar.gz |
5637
Diffstat (limited to 'html/apps/calls.subx.html')
-rw-r--r-- | html/apps/calls.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html index e370fff2..707593ec 100644 --- a/html/apps/calls.subx.html +++ b/html/apps/calls.subx.html @@ -309,8 +309,8 @@ if ('onhashchange' in window) { <span id="L248" class="LineNr"> 248 </span> <span class="subxS1Comment"># . save registers</span> <span id="L249" class="LineNr"> 249 </span> 51/push-ecx <span id="L250" class="LineNr"> 250 </span> <span class="subxComment"># var word-slice/ecx : (address slice) = {0, 0}</span> -<span id="L251" class="LineNr"> 251 </span> 68/push 0/imm32 -<span id="L252" class="LineNr"> 252 </span> 68/push 0/imm32 +<span id="L251" class="LineNr"> 251 </span> 68/push 0/imm32/end +<span id="L252" class="LineNr"> 252 </span> 68/push 0/imm32/start <span id="L253" class="LineNr"> 253 </span> 89/<- %ecx 4/r32/esp <span id="L254" class="LineNr"> 254 </span><span class="Constant">$parse-line:loop</span>: <span id="L255" class="LineNr"> 255 </span> <span class="subxComment"># word-slice = next-word-string-or-expression-without-metadata(line)</span> |