about summary refs log tree commit diff stats
path: root/subx/ex4.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-08-13 15:00:45 -0700
committerKartik Agaram <vc@akkartik.com>2018-08-13 15:00:45 -0700
commita46cfb13dabc225cd1aad9d1c6fb28955316f861 (patch)
tree74ae3157b16de98537b175ba4ec4a02557e6a46e /subx/ex4.subx
parentab2c7efd02b8a44fdfc1110ca28bf22dc9905304 (diff)
downloadmu-a46cfb13dabc225cd1aad9d1c6fb28955316f861.tar.gz
4516
Diffstat (limited to 'subx/ex4.subx')
-rw-r--r--subx/ex4.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/ex4.subx b/subx/ex4.subx
index 59dd14e1..cd7003d3 100644
--- a/subx/ex4.subx
+++ b/subx/ex4.subx
@@ -35,7 +35,7 @@
   b8/copy                                                                                                                         1/imm32           # copy 1 to EAX
   cd/syscall                                                                                                                      0x80/imm8         # int 80h
 
-== 0x080490a7
+== 0x080490a7  # data segment
 00 00 00 00  # space for read() to write to
 
 # vim:ft=subx:nowrap