diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-11-30 09:45:07 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-11-30 09:45:07 -0800 |
commit | a20b51bdb7dd08d9b1a84a5cf59ac6ae12ab9657 (patch) | |
tree | b3b69986a405e7aa155cabd9eb68d956c5453d42 /html/subx/apps/crenshaw2-1b.subx.html | |
parent | c56d803cd8a0e3f28328f91aa1d457905a68641a (diff) | |
download | mu-a20b51bdb7dd08d9b1a84a5cf59ac6ae12ab9657.tar.gz |
4797
Diffstat (limited to 'html/subx/apps/crenshaw2-1b.subx.html')
-rw-r--r-- | html/subx/apps/crenshaw2-1b.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/apps/crenshaw2-1b.subx.html b/html/subx/apps/crenshaw2-1b.subx.html index 5f231b7c..38cddfdb 100644 --- a/html/subx/apps/crenshaw2-1b.subx.html +++ b/html/subx/apps/crenshaw2-1b.subx.html @@ -61,7 +61,7 @@ if ('onhashchange' in window) { <span id="L5" class="LineNr"> 5 </span><span class="subxComment"># To run (from the subx directory):</span> <span id="L6" class="LineNr"> 6 </span><span class="subxComment"># $ ./subx translate *.subx apps/crenshaw2-1.subx -o crenshaw2-1</span> <span id="L7" class="LineNr"> 7 </span><span class="subxComment"># $ echo '1a' |./subx run apps/crenshaw2-1</span> -<span id="L8" class="LineNr"> 8 </span><span class="subxComment"># Expected output (not working yet):</span> +<span id="L8" class="LineNr"> 8 </span><span class="subxComment"># Expected output:</span> <span id="L9" class="LineNr"> 9 </span><span class="subxComment"># # syscall(exit, 1a)</span> <span id="L10" class="LineNr"> 10 </span><span class="subxComment"># bb/copy-to-EBX 3/imm32</span> <span id="L11" class="LineNr"> 11 </span><span class="subxComment"># b8/copy-to-EAX 1/imm32/exit</span> |