about summary refs log tree commit diff stats
path: root/subx/ex6.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/ex6.subx')
-rw-r--r--subx/ex6.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/ex6.subx b/subx/ex6.subx
index 8f4f6b40..5d21f525 100644
--- a/subx/ex6.subx
+++ b/subx/ex6.subx
@@ -26,11 +26,11 @@
   b8/copy                                                                                                                         1/imm32           # copy 1 to EAX
   cd/syscall                                                                                                                      0x80/imm8         # int 80h
 
-== 0x08049093
+== 0x08049093  # data segment
 # size of string
 0e 00 00 00
 # string
-  48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21 0a
-# h  e  l  l  o  ,  ␣  w  o  r  l  d  !  newline
+  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
 
 # vim:ft=subx:nowrap