about summary refs log tree commit diff stats
path: root/baremetal/ex3.mu
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/ex3.mu')
-rw-r--r--baremetal/ex3.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/ex3.mu b/baremetal/ex3.mu
index 21e30466..206e22b3 100644
--- a/baremetal/ex3.mu
+++ b/baremetal/ex3.mu
@@ -18,7 +18,7 @@ fn main {
     var key/eax: byte <- read-key 0  # real keyboard
     compare key, 0
     loop-if-=  # busy wait
-    pixel 0, x, y, 0x31  # green
+    pixel-on-real-screen x, y, 0x31  # green
     x <- increment
     compare x, 0x400
     {