From 59151049263ce58a8c80c26d188c0852bb285b82 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 22 Apr 2021 20:02:19 -0700 Subject: . --- html/shell/main.mu.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/shell/main.mu.html') diff --git a/html/shell/main.mu.html b/html/shell/main.mu.html index 0be4b1cd..cf989aaf 100644 --- a/html/shell/main.mu.html +++ b/html/shell/main.mu.html @@ -70,7 +70,7 @@ if ('onhashchange' in window) { 11 load-state data-disk, sandbox, globals 12 $main:loop: { 13 render-globals screen, globals, 0/x, 0/y, 0x40/xmax, 0x2f/screen-height-without-menu - 14 render-sandbox screen, sandbox, 0x40/x, 0/y, 0x80/screen-width, 0x2f/screen-height-without-menu, globals + 14 render-sandbox screen, sandbox, 0x40/sandbox-left-margin, 0/y, 0x80/screen-width, 0x2f/screen-height-without-menu 15 { 16 var key/eax: byte <- read-key keyboard 17 compare key, 0 @@ -122,7 +122,7 @@ if ('onhashchange' in window) { 63 loop $main:loop 64 } 65 # no way to quit right now; just reboot - 66 edit-sandbox sandbox, key, globals, screen, keyboard, data-disk + 66 edit-sandbox sandbox, key, globals, data-disk, screen, 1/tweak-real-screen 67 } 68 loop 69 } @@ -161,7 +161,7 @@ if ('onhashchange' in window) { 102 var globals-literal/eax: (addr cell) <- lookup *globals-literal-ah 103 var globals-cell-storage: (handle cell) 104 var globals-cell-ah/edx: (addr handle cell) <- address globals-cell-storage -105 lookup-symbol globals-literal, globals-cell-ah, *initial-root, 0/no-globals, 0/no-trace, 0/no-screen, 0/no-keyboard +105 lookup-symbol globals-literal, globals-cell-ah, *initial-root, 0/no-globals, 0/no-trace, 0/no-screen, 0/no-keyboard 106 var globals-cell/eax: (addr cell) <- lookup *globals-cell-ah 107 { 108 compare globals-cell, 0 @@ -175,7 +175,7 @@ if ('onhashchange' in window) { 116 var sandbox-literal/eax: (addr cell) <- lookup *sandbox-literal-ah 117 var sandbox-cell-storage: (handle cell) 118 var sandbox-cell-ah/edx: (addr handle cell) <- address sandbox-cell-storage -119 lookup-symbol sandbox-literal, sandbox-cell-ah, *initial-root, 0/no-globals, 0/no-trace, 0/no-screen, 0/no-keyboard +119 lookup-symbol sandbox-literal, sandbox-cell-ah, *initial-root, 0/no-globals, 0/no-trace, 0/no-screen, 0/no-keyboard 120 var sandbox-cell/eax: (addr cell) <- lookup *sandbox-cell-ah 121 { 122 compare sandbox-cell, 0 -- cgit 1.4.1-2-gfad0