diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-05-31 10:47:05 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-05-31 10:47:05 -0700 |
commit | 82171a0fdfa28251cbc360dcf205392fee2c7eeb (patch) | |
tree | acd7a83caa802ec1a24fc02570669f6228678375 /html/rpn.mu.html | |
parent | e3c74453309a685594b93f344cba9cb59b7ac456 (diff) | |
download | mu-82171a0fdfa28251cbc360dcf205392fee2c7eeb.tar.gz |
.
Diffstat (limited to 'html/rpn.mu.html')
-rw-r--r-- | html/rpn.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/rpn.mu.html b/html/rpn.mu.html index d6f10d20..5b521abc 100644 --- a/html/rpn.mu.html +++ b/html/rpn.mu.html @@ -85,7 +85,7 @@ if ('onhashchange' in window) { <span id="L27" class="LineNr"> 27 </span> <span class="muComment"># read line from keyboard</span> <span id="L28" class="LineNr"> 28 </span> <a href='106stream.subx.html#L20'>clear-stream</a> in <span id="L29" class="LineNr"> 29 </span> <span class="Delimiter">{</span> -<span id="L30" class="LineNr"> 30 </span> <a href='500fake-screen.mu.html#L216'>draw-cursor</a> <a href='500fake-screen.mu.html#L14'>screen</a>, space +<span id="L30" class="LineNr"> 30 </span> <a href='500fake-screen.mu.html#L217'>draw-cursor</a> <a href='500fake-screen.mu.html#L14'>screen</a>, space <span id="L31" class="LineNr"> 31 </span> <span class="PreProc">var</span> key/<span class="Constant">eax</span>: byte <span class="Special"><-</span> <a href='102keyboard.subx.html#L21'>read-key</a> keyboard <span id="L32" class="LineNr"> 32 </span> compare key, <span class="Constant">0xa</span>/newline <span id="L33" class="LineNr"> 33 </span> <span class="PreProc">break-if-=</span> @@ -104,7 +104,7 @@ if ('onhashchange' in window) { <span id="L46" class="LineNr"> 46 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: int <span class="Special"><-</span> <a href='rpn.mu.html#L62'>simplify</a> in <span id="L47" class="LineNr"> 47 </span> <span class="muComment"># print</span> <span id="L48" class="LineNr"> 48 </span> y <span class="Special"><-</span> increment -<span id="L49" class="LineNr"> 49 </span> out, y <span class="Special"><-</span> <a href='501draw-text.mu.html#L319'>draw-int32-decimal-wrapping-right-then-down</a> <a href='500fake-screen.mu.html#L14'>screen</a>, out, <span class="Constant">0</span>/xmin, y, <span class="Constant">0x80</span>/xmax, <span class="Constant">0x30</span>/ymax, <span class="Constant">0</span>/x, y, <span class="Constant">7</span>/fg, <span class="Constant">0</span>/bg +<span id="L49" class="LineNr"> 49 </span> out, y <span class="Special"><-</span> <a href='501draw-text.mu.html#L340'>draw-int32-decimal-wrapping-right-then-down</a> <a href='500fake-screen.mu.html#L14'>screen</a>, out, <span class="Constant">0</span>/xmin, y, <span class="Constant">0x80</span>/xmax, <span class="Constant">0x30</span>/ymax, <span class="Constant">0</span>/x, y, <span class="Constant">7</span>/fg, <span class="Constant">0</span>/bg <span id="L50" class="LineNr"> 50 </span> <span class="muComment"># newline</span> <span id="L51" class="LineNr"> 51 </span> y <span class="Special"><-</span> increment <span id="L52" class="LineNr"> 52 </span> <span class="muComment">#</span> |