diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-07-16 08:38:43 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-07-16 08:38:43 -0700 |
commit | 78357b8852626b510527f3b8d770a7dd8956fcc7 (patch) | |
tree | 5e38d0f616ab151e66618090487b41dd2fc348e0 /html/shell/environment.mu.html | |
parent | 44d26b77c45668c9b0c99894a4294cec004361fe (diff) | |
download | mu-78357b8852626b510527f3b8d770a7dd8956fcc7.tar.gz |
.
Diffstat (limited to 'html/shell/environment.mu.html')
-rw-r--r-- | html/shell/environment.mu.html | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/html/shell/environment.mu.html b/html/shell/environment.mu.html index 023748ca..1e1e8a4c 100644 --- a/html/shell/environment.mu.html +++ b/html/shell/environment.mu.html @@ -1,14 +1,14 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!DOCTYPE html> <html> <head> -<meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<meta charset="UTF-8"> <title>Mu - shell/environment.mu</title> -<meta name="Generator" content="Vim/8.1"> -<meta name="plugin-version" content="vim8.1_v1"> +<meta name="Generator" content="Vim/8.2"> +<meta name="plugin-version" content="vim8.1_v2"> <meta name="syntax" content="none"> -<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> +<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback"> <meta name="colorscheme" content="minimal-light"> -<style type="text/css"> +<style> <!-- pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } @@ -16,7 +16,8 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } +.muRegEcx { color: #870000; } +.muRegEdx { color: #af5f00; } .muRegEbx { color: #5f00ff; } .muRegEsi { color: #005faf; } .muRegEdi { color: #00af00; } @@ -26,12 +27,11 @@ a { color:inherit; } .muFunction { color: #af5f00; text-decoration: underline; } .muTest { color: #5f8700; } .muComment { color: #005faf; } -.muRegEcx { color: #870000; } -.muRegEdx { color: #af5f00; } +.CommentedCode { color: #8a8a8a; } --> </style> -<script type='text/javascript'> +<script> <!-- /* function to open any folds containing a jumped-to line before jumping to it */ @@ -89,7 +89,7 @@ if ('onhashchange' in window) { <span id="L24" class="LineNr"> 24 </span> <span class="muComment"># setup: screen</span> <span id="L25" class="LineNr"> 25 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a> <span id="L26" class="LineNr"> 26 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special"><-</span> address screen-on-stack -<span id="L27" class="LineNr"> 27 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width=<span class="Constant">72</span>, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics +<span id="L27" class="LineNr"> 27 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x30</span>/height, <span class="Constant">0</span>/no-pixel-graphics <span id="L28" class="LineNr"> 28 </span> <span class="muComment"># type some code into sandbox</span> <span id="L29" class="LineNr"> 29 </span> <a href='environment.mu.html#L84'>type-in</a> env, <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">"(+ 3 4)"</span> <span class="muComment"># we don't have any global definitions here, so no macros</span> <span id="L30" class="LineNr"> 30 </span> <span class="muComment"># run code in sandbox</span> @@ -114,7 +114,7 @@ if ('onhashchange' in window) { <span id="L49" class="LineNr"> 49 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xd</span>/y, <span class="Constant">" "</span>, <span class="Constant">"F - <a href='environment.mu.html#L20'>test-environment</a>/13"</span> <span id="L50" class="LineNr"> 50 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xe</span>/y, <span class="Constant">" "</span>, <span class="Constant">"F - <a href='environment.mu.html#L20'>test-environment</a>/14"</span> <span id="L51" class="LineNr"> 51 </span> <span class="muComment"># bottom row is for a wordstar-style menu</span> -<span id="L52" class="LineNr"> 52 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xf</span>/y, <span class="Constant">" ^r run <a href='main.mu.html#L4'>main</a> ^s run <a href='sandbox.mu.html#L1'>sandbox</a> ^g go to ^m to trace ^a << ^b <word ^f word> ^e >> "</span>, <span class="Constant">"F - <a href='environment.mu.html#L20'>test-environment</a>/15"</span> +<span id="L52" class="LineNr"> 52 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x2f</span>/y, <span class="Constant">" ^r run <a href='main.mu.html#L4'>main</a> ^s run <a href='sandbox.mu.html#L1'>sandbox</a> ^g go to ^m to trace ^a << ^b <word ^f word> ^e >> "</span>, <span class="Constant">"F - <a href='environment.mu.html#L20'>test-environment</a>/15"</span> <span id="L53" class="LineNr"> 53 </span><span class="Delimiter">}</span> <span id="L54" class="LineNr"> 54 </span> <span id="L55" class="LineNr"> 55 </span><span class="PreProc">fn</span> <span class="muTest"><a href='environment.mu.html#L55'>test-definition-in-environment</a></span> <span class="Delimiter">{</span> @@ -124,7 +124,7 @@ if ('onhashchange' in window) { <span id="L59" class="LineNr"> 59 </span> <span class="muComment"># setup: screen</span> <span id="L60" class="LineNr"> 60 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a> <span id="L61" class="LineNr"> 61 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special"><-</span> address screen-on-stack -<span id="L62" class="LineNr"> 62 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width=<span class="Constant">72</span>, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics +<span id="L62" class="LineNr"> 62 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x30</span>/height, <span class="Constant">0</span>/no-pixel-graphics <span id="L63" class="LineNr"> 63 </span> <span class="muComment"># define a global on the right (sandbox) side</span> <span id="L64" class="LineNr"> 64 </span> <a href='environment.mu.html#L84'>type-in</a> env, <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">"(define f 42)"</span> <span id="L65" class="LineNr"> 65 </span> <a href='environment.mu.html#L148'>edit-environment</a> env, <span class="Constant">0x13</span>/ctrl-s, <span class="Constant">0</span>/no-disk @@ -133,9 +133,9 @@ if ('onhashchange' in window) { <span id="L68" class="LineNr"> 68 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/y, <span class="Constant">" "</span>, <span class="Constant">"F - <a href='environment.mu.html#L55'>test-definition-in-environment</a>/0"</span> <span id="L69" class="LineNr"> 69 </span> <span class="muComment"># global definition is now on the left side</span> <span id="L70" class="LineNr"> 70 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">1</span>/y, <span class="Constant">" (define f 42) <a href='../500fake-screen.mu.html#L14'>screen</a>: "</span>, <span class="Constant">"F - <a href='environment.mu.html#L55'>test-definition-in-environment</a>/1"</span> -<span id="L71" class="LineNr"> 71 </span> <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/bg, <span class="Constant">2</span>/y, <span class="Constant">" ........ "</span>, <span class="Constant">"F - <a href='environment.mu.html#L20'>test-environment</a>/2"</span> -<span id="L72" class="LineNr"> 72 </span> <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/bg, <span class="Constant">3</span>/y, <span class="Constant">" ........ "</span>, <span class="Constant">"F - <a href='environment.mu.html#L20'>test-environment</a>/3"</span> -<span id="L73" class="LineNr"> 73 </span> <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/bg, <span class="Constant">4</span>/y, <span class="Constant">" ........ "</span>, <span class="Constant">"F - <a href='environment.mu.html#L20'>test-environment</a>/4"</span> +<span id="L71" class="LineNr"> 71 </span> <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/bg, <span class="Constant">2</span>/y, <span class="Constant">" ........ "</span>, <span class="Constant">"F - <a href='environment.mu.html#L55'>test-definition-in-environment</a>/2"</span> +<span id="L72" class="LineNr"> 72 </span> <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/bg, <span class="Constant">3</span>/y, <span class="Constant">" ........ "</span>, <span class="Constant">"F - <a href='environment.mu.html#L55'>test-definition-in-environment</a>/3"</span> +<span id="L73" class="LineNr"> 73 </span> <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/bg, <span class="Constant">4</span>/y, <span class="Constant">" ........ "</span>, <span class="Constant">"F - <a href='environment.mu.html#L55'>test-definition-in-environment</a>/4"</span> <span id="L74" class="LineNr"> 74 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">5</span>/y, <span class="Constant">" "</span>, <span class="Constant">"F - <a href='environment.mu.html#L55'>test-definition-in-environment</a>/4"</span> <span id="L75" class="LineNr"> 75 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">6</span>/y, <span class="Constant">" keyboard: "</span>, <span class="Constant">"F - <a href='environment.mu.html#L55'>test-definition-in-environment</a>/5"</span> <span id="L76" class="LineNr"> 76 </span> <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/bg, <span class="Constant">6</span>/y, <span class="Constant">" ................ "</span>, <span class="Constant">"F - <a href='environment.mu.html#L55'>test-definition-in-environment</a>/5-2"</span> @@ -484,7 +484,7 @@ if ('onhashchange' in window) { <span id="L419" class="LineNr"> 419 </span> <span class="muComment"># setup: screen</span> <span id="L420" class="LineNr"> 420 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a> <span id="L421" class="LineNr"> 421 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special"><-</span> address screen-on-stack -<span id="L422" class="LineNr"> 422 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width=<span class="Constant">72</span>, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics +<span id="L422" class="LineNr"> 422 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics <span id="L423" class="LineNr"> 423 </span> <span class="muComment"># hit ctrl-g</span> <span id="L424" class="LineNr"> 424 </span> <a href='environment.mu.html#L148'>edit-environment</a> env, <span class="Constant">7</span>/ctrl-g, <span class="Constant">0</span>/no-disk <span id="L425" class="LineNr"> 425 </span> <a href='environment.mu.html#L115'>render-environment</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, env @@ -519,7 +519,7 @@ if ('onhashchange' in window) { <span id="L454" class="LineNr"> 454 </span> <span class="muComment"># setup: screen</span> <span id="L455" class="LineNr"> 455 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a> <span id="L456" class="LineNr"> 456 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special"><-</span> address screen-on-stack -<span id="L457" class="LineNr"> 457 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width=<span class="Constant">72</span>, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics +<span id="L457" class="LineNr"> 457 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics <span id="L458" class="LineNr"> 458 </span> <span class="muComment"># hit ctrl-g</span> <span id="L459" class="LineNr"> 459 </span> <a href='environment.mu.html#L148'>edit-environment</a> env, <span class="Constant">7</span>/ctrl-g, <span class="Constant">0</span>/no-disk <span id="L460" class="LineNr"> 460 </span> <a href='environment.mu.html#L115'>render-environment</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, env @@ -552,7 +552,7 @@ if ('onhashchange' in window) { <span id="L487" class="LineNr"> 487 </span> <span class="muComment"># setup: screen</span> <span id="L488" class="LineNr"> 488 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a> <span id="L489" class="LineNr"> 489 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special"><-</span> address screen-on-stack -<span id="L490" class="LineNr"> 490 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width=<span class="Constant">72</span>, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics +<span id="L490" class="LineNr"> 490 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x30</span>/height, <span class="Constant">0</span>/no-pixel-graphics <span id="L491" class="LineNr"> 491 </span> <span class="muComment"># define a global</span> <span id="L492" class="LineNr"> 492 </span> <a href='environment.mu.html#L84'>type-in</a> env, <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">"(define f 42)"</span> <span id="L493" class="LineNr"> 493 </span> <a href='environment.mu.html#L148'>edit-environment</a> env, <span class="Constant">0x13</span>/ctrl-s, <span class="Constant">0</span>/no-disk @@ -595,7 +595,7 @@ if ('onhashchange' in window) { <span id="L530" class="LineNr"> 530 </span> <span class="muComment"># setup: screen</span> <span id="L531" class="LineNr"> 531 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a> <span id="L532" class="LineNr"> 532 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special"><-</span> address screen-on-stack -<span id="L533" class="LineNr"> 533 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width=<span class="Constant">72</span>, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics +<span id="L533" class="LineNr"> 533 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics <span id="L534" class="LineNr"> 534 </span> <span class="muComment"># type a word at the cursor</span> <span id="L535" class="LineNr"> 535 </span> <a href='environment.mu.html#L84'>type-in</a> env, <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">"fn1"</span> <span id="L536" class="LineNr"> 536 </span> <span class="muComment"># hit ctrl-g</span> @@ -696,7 +696,7 @@ if ('onhashchange' in window) { <span id="L631" class="LineNr"> 631 </span> <span class="muComment"># setup: screen</span> <span id="L632" class="LineNr"> 632 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a> <span id="L633" class="LineNr"> 633 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special"><-</span> address screen-on-stack -<span id="L634" class="LineNr"> 634 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width=<span class="Constant">72</span>, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics +<span id="L634" class="LineNr"> 634 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics <span id="L635" class="LineNr"> 635 </span> <span class="muComment"># type in any (nonexistent) global name</span> <span id="L636" class="LineNr"> 636 </span> <a href='environment.mu.html#L84'>type-in</a> env, <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">"f"</span> <span id="L637" class="LineNr"> 637 </span> <span class="muComment"># hit ctrl-g</span> @@ -767,7 +767,7 @@ if ('onhashchange' in window) { <span id="L702" class="LineNr"> 702 </span> <span class="muComment"># setup: screen</span> <span id="L703" class="LineNr"> 703 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a> <span id="L704" class="LineNr"> 704 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special"><-</span> address screen-on-stack -<span id="L705" class="LineNr"> 705 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width=<span class="Constant">72</span>, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics +<span id="L705" class="LineNr"> 705 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x30</span>/height, <span class="Constant">0</span>/no-pixel-graphics <span id="L706" class="LineNr"> 706 </span> <span class="muComment"># hit ctrl-g</span> <span id="L707" class="LineNr"> 707 </span> <a href='environment.mu.html#L148'>edit-environment</a> env, <span class="Constant">7</span>/ctrl-g, <span class="Constant">0</span>/no-disk <span id="L708" class="LineNr"> 708 </span> <a href='environment.mu.html#L115'>render-environment</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, env @@ -805,7 +805,7 @@ if ('onhashchange' in window) { <span id="L740" class="LineNr"> 740 </span> <span class="muComment"># setup: screen</span> <span id="L741" class="LineNr"> 741 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a> <span id="L742" class="LineNr"> 742 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special"><-</span> address screen-on-stack -<span id="L743" class="LineNr"> 743 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width=<span class="Constant">72</span>, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics +<span id="L743" class="LineNr"> 743 </span> <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics <span id="L744" class="LineNr"> 744 </span> <span class="muComment"># define a global</span> <span id="L745" class="LineNr"> 745 </span> <a href='environment.mu.html#L84'>type-in</a> env, <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">"(define f 42)"</span> <span id="L746" class="LineNr"> 746 </span> <a href='environment.mu.html#L148'>edit-environment</a> env, <span class="Constant">0x13</span>/ctrl-s, <span class="Constant">0</span>/no-disk @@ -1004,7 +1004,7 @@ if ('onhashchange' in window) { <span id="L939" class="LineNr"> 939 </span> <span class="PreProc">var</span> s/<span class="muRegEbx">ebx</span>: (addr stream byte) <span class="Special"><-</span> address s-storage <span id="L940" class="LineNr"> 940 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">"loading sectors from data disk"</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg <span id="L941" class="LineNr"> 941 </span> <a href='../501draw-text.mu.html#L65'>move-cursor-to-left-margin-of-next-line</a> <span class="Constant">0</span>/screen -<span id="L942" class="LineNr"> 942 </span> <a href='../boot.subx.html#L974'>load-sectors</a> data-disk, <span class="Constant">0</span>/lba, <span class="Constant">0x10</span>/sectors, s +<span id="L942" class="LineNr"> 942 </span> <a href='../boot.subx.html#L976'>load-sectors</a> data-disk, <span class="Constant">0</span>/lba, <span class="Constant">0x10</span>/sectors, s <span id="L943" class="LineNr"> 943 </span><span class="CommentedCode">#? draw-stream-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, s, 7/fg, 0xc5/bg=blue-bg</span> <span id="L944" class="LineNr"> 944 </span> <span class="muComment"># stream -> gap-buffer (HACK: we temporarily cannibalize the sandbox's gap-buffer)</span> <span id="L945" class="LineNr"> 945 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">"parsing"</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg @@ -1090,7 +1090,7 @@ if ('onhashchange' in window) { <span id="L1025" class="LineNr">1025 </span> <a href='global.mu.html#L65'>write-globals</a> stream, globals <span id="L1026" class="LineNr">1026 </span> <a href='sandbox.mu.html#L64'>write-sandbox</a> stream, <a href='sandbox.mu.html#L1'>sandbox</a> <span id="L1027" class="LineNr">1027 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">")\n"</span> -<span id="L1028" class="LineNr">1028 </span> <a href='../boot.subx.html#L1037'>store-sectors</a> data-disk, <span class="Constant">0</span>/lba, <span class="Constant">0x10</span>/sectors, stream +<span id="L1028" class="LineNr">1028 </span> <a href='../boot.subx.html#L1045'>store-sectors</a> data-disk, <span class="Constant">0</span>/lba, <span class="Constant">0x10</span>/sectors, stream <span id="L1029" class="LineNr">1029 </span><span class="Delimiter">}</span> </pre> </body> |