about summary refs log tree commit diff stats
path: root/subx/examples/ex3.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/examples/ex3.subx')
-rw-r--r--subx/examples/ex3.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/examples/ex3.subx b/subx/examples/ex3.subx
index 41a8900a..30a8d5d3 100644
--- a/subx/examples/ex3.subx
+++ b/subx/examples/ex3.subx
@@ -30,6 +30,6 @@ $loop:
 $exit:
   # exit(EBX)
   b8/copy                                                                                                                         1/imm32           # copy 1 to EAX
-  cd/syscall                                                                                                                      0x80/imm8         # int 80h
+  cd/syscall  0x80/imm8
 
 # vim:ft=subx:nowrap