From 4254408a385f90ffe212e85a7b405054f4e73f5e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 23 Jan 2021 11:14:07 -0800 Subject: 7549 --- html/baremetal/mu-init.subx.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'html/baremetal/mu-init.subx.html') diff --git a/html/baremetal/mu-init.subx.html b/html/baremetal/mu-init.subx.html index b765f7e0..9886ded4 100644 --- a/html/baremetal/mu-init.subx.html +++ b/html/baremetal/mu-init.subx.html @@ -16,6 +16,7 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } .LineNr { } +.SpecialChar { color: #d70000; } .Constant { color: #008787; } --> @@ -62,16 +63,16 @@ if ('onhashchange' in window) { 8 9 # initialize stack 10 bd/copy-to-ebp 0/imm32 -11 # no heap yet -12 # -13 # always first run tests -14 (run-tests) -15 (num-test-failures) # => eax -16 # call main if tests all passed -17 { -18 3d/compare-eax-and 0/imm32 -19 75/jump-if-!= break/disp8 -20 (clear-screen) +11 # always first run tests +12 (run-tests) +13 (num-test-failures) # => eax +14 # call main if tests all passed +15 { +16 3d/compare-eax-and 0/imm32 +17 75/jump-if-!= break/disp8 +18 (clear-real-screen) +19 c7 0/subop/copy *Real-screen-cursor-x 0/imm32 +20 c7 0/subop/copy *Real-screen-cursor-y 0/imm32 21 (main) 22 } 23 -- cgit 1.4.1-2-gfad0