about summary refs log tree commit diff stats
path: root/subx/examples/ex4.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/examples/ex4.subx')
-rw-r--r--subx/examples/ex4.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/examples/ex4.subx b/subx/examples/ex4.subx
index 3060ae3f..b18a5da0 100644
--- a/subx/examples/ex4.subx
+++ b/subx/examples/ex4.subx
@@ -35,6 +35,6 @@ cd/syscall  0x80/imm8
 == data
 
 X:
-    00 00 00 00  # space for read() to write to
+    0/imm32  # space for read() to write to
 
 # . . vim:nowrap:textwidth=0