about summary refs log tree commit diff stats
path: root/apps/random.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/random.subx')
-rw-r--r--apps/random.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/random.subx b/apps/random.subx
index 3cc1caa2..d73b4876 100644
--- a/apps/random.subx
+++ b/apps/random.subx
@@ -26,12 +26,12 @@ $loop:
     ba/copy-to-edx  4/imm32/size
     e8/call  syscall_read/disp32
 
-    # print-int32-buffered(Stdout, *N)
+    # write-int32-hex-buffered(Stdout, *N)
     # . . push args
     ff          6/subop/push        0/mod/indirect  5/rm32/.disp32            .             .           .           N/disp32                          # push *N
     68/push  Stdout/imm32
     # . . call
-    e8/call  print-int32-buffered/disp32
+    e8/call  write-int32-hex-buffered/disp32
 
     # write-buffered(Stdout, Newline)
     # . . push args