diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-02-17 15:29:43 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-02-17 15:29:43 -0800 |
commit | c52ae116ace032a3eaa53bd297836b675cd8393e (patch) | |
tree | f7e6f7349db94ec0303ea323957040ca20999081 /html/apps/mulisp.subx.html | |
parent | 6323661c2c588c4fed280f55f20ca3bbc92edb27 (diff) | |
download | mu-c52ae116ace032a3eaa53bd297836b675cd8393e.tar.gz |
6015
Diffstat (limited to 'html/apps/mulisp.subx.html')
-rw-r--r-- | html/apps/mulisp.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/mulisp.subx.html b/html/apps/mulisp.subx.html index 261a40f7..6efa3b01 100644 --- a/html/apps/mulisp.subx.html +++ b/html/apps/mulisp.subx.html @@ -79,7 +79,7 @@ if ('onhashchange' in window) { <span id="L21" class="LineNr"> 21 </span> 7e/jump-if-<= <span class="Constant">break</span>/disp8 <span id="L22" class="LineNr"> 22 </span> <span class="subxComment"># if (argv[1] != "test")) break</span> <span id="L23" class="LineNr"> 23 </span> (<a href='../052kernel-string-equal.subx.html#L33'>kernel-string-equal?</a> *(ebp+8) <span class="Constant">"test"</span>) <span class="subxComment"># => eax</span> -<span id="L24" class="LineNr"> 24 </span> 3d/compare-eax-and 0/imm32 +<span id="L24" class="LineNr"> 24 </span> 3d/compare-eax-and 0/imm32/false <span id="L25" class="LineNr"> 25 </span> 74/jump-if-= <span class="Constant">break</span>/disp8 <span id="L26" class="LineNr"> 26 </span> <span class="subxComment">#</span> <span id="L27" class="LineNr"> 27 </span> (run-tests) |