diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-05-18 13:01:59 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-05-18 13:04:33 -0700 |
commit | 5396e24cba8390ca2d70d99c7e8772eee4ec3a11 (patch) | |
tree | b266edbb6c21db7904370d082a7966783fb9e9d4 /html/linux/tile | |
parent | b4c0b12542c1f1a1e141ed0c8db2f6165af06e0f (diff) | |
download | mu-5396e24cba8390ca2d70d99c7e8772eee4ec3a11.tar.gz |
.
Diffstat (limited to 'html/linux/tile')
-rw-r--r-- | html/linux/tile/rpn.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/linux/tile/rpn.mu.html b/html/linux/tile/rpn.mu.html index 82650d2c..5ed618a4 100644 --- a/html/linux/tile/rpn.mu.html +++ b/html/linux/tile/rpn.mu.html @@ -209,7 +209,7 @@ if ('onhashchange' in window) { <span id="L149" class="LineNr">149 </span> <span class="PreProc">var</span> src-ah/<span class="Constant">eax</span>: (addr handle array byte) <span class="Special"><-</span> <a href='../131table.subx.html#L26'>get</a> target-val, text-data <span id="L150" class="LineNr">150 </span> <span class="PreProc">var</span> src/<span class="Constant">eax</span>: (addr array byte) <span class="Special"><-</span> <a href='../120allocate.subx.html#L258'>lookup</a> *src-ah <span id="L151" class="LineNr">151 </span> <span class="PreProc">var</span> result-ah/<span class="Constant">ecx</span>: (addr handle buffered-file) <span class="Special"><-</span> <a href='../131table.subx.html#L26'>get</a> target-val, file-data -<span id="L152" class="LineNr">152 </span> <a href='../306files.subx.html#L12'>open</a> src, <span class="Constant">0</span>, result-ah <span class="muComment"># write? = false</span> +<span id="L152" class="LineNr">152 </span> <a href='../306files.subx.html#L9'>open</a> src, <span class="Constant">0</span>, result-ah <span class="muComment"># write? = false</span> <span id="L153" class="LineNr">153 </span> <span class="muComment"># save result into target-val</span> <span id="L154" class="LineNr">154 </span> <span class="PreProc">var</span> type-addr/<span class="Constant">eax</span>: (addr int) <span class="Special"><-</span> <a href='../131table.subx.html#L26'>get</a> target-val, <span class="PreProc">type</span> <span id="L155" class="LineNr">155 </span> copy-to *type-addr, <span class="Constant">3</span>/file |