diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-04 12:16:17 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-04 12:16:17 -0800 |
commit | a94b60b5cc217f08e4fd6c949e6af590c55a176b (patch) | |
tree | 6939ccd3c67212a564421876362ab69d1c813c71 /html/subx/apps/crenshaw2-1.subx.html | |
parent | 707935d0a83446380abee0c6477328166841793e (diff) | |
download | mu-a94b60b5cc217f08e4fd6c949e6af590c55a176b.tar.gz |
4840
New helper: printing a string to a buffered file.
Diffstat (limited to 'html/subx/apps/crenshaw2-1.subx.html')
-rw-r--r-- | html/subx/apps/crenshaw2-1.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/apps/crenshaw2-1.subx.html b/html/subx/apps/crenshaw2-1.subx.html index 3ebe75c1..11f2204f 100644 --- a/html/subx/apps/crenshaw2-1.subx.html +++ b/html/subx/apps/crenshaw2-1.subx.html @@ -277,7 +277,7 @@ if ('onhashchange' in window) { <span id="L211" class="LineNr">211 </span> <span class="subxComment"># ESI : in</span> <span id="L212" class="LineNr">212 </span> <span class="subxComment"># EDI : out</span> <span id="L213" class="LineNr">213 </span> <span class="subxComment"># EAX : temp</span> -<span id="L214" class="LineNr">214 </span> <span class="subxComment"># ECX : out->write</span> +<span id="L214" class="LineNr">214 </span> <span class="subxComment"># ECX : out->write (persisted back at end)</span> <span id="L215" class="LineNr">215 </span> <span class="subxComment"># EDX : out->length</span> <span id="L216" class="LineNr">216 </span> <span class="subxComment"># EBX : temp2</span> <span id="L217" class="LineNr">217 </span> <span class="subxComment"># We can't allocate Look to a register because it gets written implicitly in</span> |