about summary refs log tree commit diff stats
path: root/subx/053new_segment.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/053new_segment.subx')
-rw-r--r--subx/053new_segment.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/053new_segment.subx b/subx/053new_segment.subx
index f8524964..70acb572 100644
--- a/subx/053new_segment.subx
+++ b/subx/053new_segment.subx
@@ -8,11 +8,11 @@
 
 # main:  (manual test if this is the last file loaded)
   # EAX = new-segment(0x1000)
-    # push arg
+    # push args
   68/push  0x1000/imm32
     # call
   e8/call  new-segment/disp32
-    # discard arg
+    # discard args
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32                 # add to ESP
 
   # store to *EAX