about summary refs log tree commit diff stats
path: root/103screen.subx
diff options
context:
space:
mode:
Diffstat (limited to '103screen.subx')
-rw-r--r--103screen.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/103screen.subx b/103screen.subx
index 5ad27acb..0b9371a6 100644
--- a/103screen.subx
+++ b/103screen.subx
@@ -154,14 +154,14 @@ $print-byte:end:
     c3/return
 
 # just because Mu has no support for global variables yet
-print-int32-to-screen:  # n: int
+write-int32-hex-to-screen:  # n: int
     # . prologue
     55/push-ebp
     89/<- %ebp 4/r32/esp
     #
     (write-int32-hex-buffered Stdout *(ebp+8))
     (flush Stdout)
-$print-int32-to-screen:end:
+$write-int32-hex-to-screen:end:
     # . epilogue
     89/<- %esp 5/r32/ebp
     5d/pop-to-ebp