about summary refs log tree commit diff stats
path: root/subx/064write-byte.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/064write-byte.subx')
-rw-r--r--subx/064write-byte.subx10
1 files changed, 5 insertions, 5 deletions
diff --git a/subx/064write-byte.subx b/subx/064write-byte.subx
index 1d14b06b..61ed4197 100644
--- a/subx/064write-byte.subx
+++ b/subx/064write-byte.subx
@@ -9,13 +9,13 @@
 # The buffered file for standard output.
 Stdout:
     # file descriptor or (address stream)
-    01 00 00 00  # 1 = standard output
+    1/imm32  # standard output
     # current write index
-    00 00 00 00
+    0/imm32
     # current read index
-    00 00 00 00
-    # length (8)
-    08 00 00 00
+    0/imm32
+    # length
+    8/imm32
     # data
     00 00 00 00 00 00 00 00  # 8 bytes