about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--406int32.mu (renamed from 406try-divide.mu)2
1 files changed, 2 insertions, 0 deletions
diff --git a/406try-divide.mu b/406int32.mu
index d8588162..4d762678 100644
--- a/406try-divide.mu
+++ b/406int32.mu
@@ -1,3 +1,5 @@
+# Some slow but convenient helpers
+
 # slow, iterative divide instruction
 # preconditions: _nr >= 0, _dr > 0
 fn try-divide _nr: int, _dr: int -> _/eax: int {