about summary refs log tree commit diff stats
path: root/baremetal/102keyboard.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/102keyboard.subx
parent30e4df8172acae37608578efa6e259eeb74ddbba (diff)
downloadmu-32bb01ba4a434388cbfda3b28a149790d13d9a95.tar.gz
7518
Diffstat (limited to 'baremetal/102keyboard.subx')
-rw-r--r--baremetal/102keyboard.subx3
1 files changed, 3 insertions, 0 deletions
diff --git a/baremetal/102keyboard.subx b/baremetal/102keyboard.subx
index 7913d449..b047a7c2 100644
--- a/baremetal/102keyboard.subx
+++ b/baremetal/102keyboard.subx
@@ -1,5 +1,8 @@
 # check keyboard for a key
 # return 0 on no keypress or unrecognized key
+
+== code
+
 read-key:  # kbd: (addr keyboard) -> result/eax: byte
     # . prologue
     55/push-ebp