about summary refs log tree commit diff stats
path: root/baremetal/101screen.subx
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/101screen.subx')
-rw-r--r--baremetal/101screen.subx2
1 files changed, 2 insertions, 0 deletions
diff --git a/baremetal/101screen.subx b/baremetal/101screen.subx
index fb87709c..225efeec 100644
--- a/baremetal/101screen.subx
+++ b/baremetal/101screen.subx
@@ -1,5 +1,7 @@
 # Primitives for screen control.
 
+== code
+
 pixel:  # screen: (addr screen), x: int, y: int, color: int
     # . prologue
     55/push-ebp