about summary refs log tree commit diff stats
path: root/linux/ex6.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/ex6.subx')
-rw-r--r--linux/ex6.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/ex6.subx b/linux/ex6.subx
index 32f10ab3..2d1625f8 100644
--- a/linux/ex6.subx
+++ b/linux/ex6.subx
@@ -27,9 +27,9 @@ Entry:
 == data
 
 Size:  # size of string
-    0x0e/imm32  # 14
+    0x0d/imm32  # 13
 X:  # string to print
-    48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21 0a       00
-#   H  e  l  l  o  ,  ␣  w  o  r  l  d  !  newline  null
+    48 65 6c 6c 6f 20 77 6f 72 6c 64 21 0a       00
+#   H  e  l  l  o  ␣  w  o  r  l  d  !  newline  null
 
 # . . vim:nowrap:textwidth=0