about summary refs log tree commit diff stats
path: root/baremetal/101screen.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-13 21:41:45 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-13 21:41:45 -0800
commit32bb01ba4a434388cbfda3b28a149790d13d9a95 (patch)
tree497ed3c63a9f7bf8f2d86c4edf036d9893307334 /baremetal/101screen.subx
parent30e4df8172acae37608578efa6e259eeb74ddbba (diff)
downloadmu-32bb01ba4a434388cbfda3b28a149790d13d9a95.tar.gz
7518
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