about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
Diffstat (limited to '400.mu')
-rw-r--r--400.mu3
1 files changed, 3 insertions, 0 deletions
diff --git a/400.mu b/400.mu
index 05a5463f..ab1c6dc0 100644
--- a/400.mu
+++ b/400.mu
@@ -7,6 +7,9 @@ sig set-cursor-position-on-real-screen x: int, y: int
 sig draw-cursor-on-real-screen g: grapheme
 sig color-rgb color: int -> _/ecx: int, _/edx: int, _/ebx: int
 
+# timer
+sig timer-counter -> _/eax: int
+
 # keyboard
 sig read-key kbd: (addr keyboard) -> _/eax: byte