diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-10-24 23:05:58 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-10-24 23:05:58 -0700 |
commit | 6f37250dd9d81c812fb5eddd747d237d94fff9b2 (patch) | |
tree | f6bddf48a74e6c8a82e23a91faa8c7baa7394ef2 /html/subx/051test.subx.html | |
parent | 0939de63731bb7fa6e2dbb33c5748252682253be (diff) | |
download | mu-6f37250dd9d81c812fb5eddd747d237d94fff9b2.tar.gz |
4722
Diffstat (limited to 'html/subx/051test.subx.html')
-rw-r--r-- | html/subx/051test.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/subx/051test.subx.html b/html/subx/051test.subx.html index 1ebeb22b..e747eb9f 100644 --- a/html/subx/051test.subx.html +++ b/html/subx/051test.subx.html @@ -62,12 +62,12 @@ if ('onhashchange' in window) { <span id="L7" class="LineNr"> 7 </span><span class="Comment"># 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="L8" class="LineNr"> 8 </span> <span id="L9" class="LineNr"> 9 </span><span class="Comment"># main: (manual test if this is the last file loaded)</span> -<span id="L10" class="LineNr">10 </span> <span class="Comment"># check-ints-equal(34, 34) == 1</span> +<span id="L10" class="LineNr">10 </span> <span class="Comment"># check-ints-equal(34, 34)</span> <span id="L11" class="LineNr">11 </span> 68/push "error in check-ints-equal"/imm32 -<span id="L12" class="LineNr">12 </span> 68/push 35/imm32 +<span id="L12" class="LineNr">12 </span> 68/push 34/imm32 <span id="L13" class="LineNr">13 </span> 68/push 34/imm32 <span id="L14" class="LineNr">14 </span> e8/call check-ints-equal/disp32 -<span id="L15" class="LineNr">15 </span> 81 0/subop/add 3/mod/direct 4/rm32/ESP <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> 8/imm32 <span class="Comment"># add to ESP</span> +<span id="L15" class="LineNr">15 </span> 81 0/subop/add 3/mod/direct 4/rm32/ESP <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> <span class="Delimiter"> . </span> 0xc/imm32 <span class="Comment"># add to ESP</span> <span id="L16" class="LineNr">16 </span> <span class="Comment"># syscall(exit, 0)</span> <span id="L17" class="LineNr">17 </span> bb/copy-to-EBX 0/imm32 <span id="L18" class="LineNr">18 </span> b8/copy-to-EAX 1/imm32 |