about summary refs log tree commit diff stats
path: root/baremetal/400.mu
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/400.mu')
-rw-r--r--baremetal/400.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/baremetal/400.mu b/baremetal/400.mu
index 4cbac1d3..d2b84ad1 100644
--- a/baremetal/400.mu
+++ b/baremetal/400.mu
@@ -57,3 +57,5 @@ sig to-decimal-digit in: grapheme -> _/eax: int
 sig next-word line: (addr stream byte), out: (addr slice)  # skips '#' comments
 sig next-raw-word line: (addr stream byte), out: (addr slice)  # does not skip '#' comments
 sig stream-empty? s: (addr stream _) -> _/eax: boolean
+
+sig integer-divide a: int, b: int -> _/eax: int, _/edx: int