about summary refs log tree commit diff stats
path: root/subx/apps/survey.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/survey.subx')
-rw-r--r--subx/apps/survey.subx10
1 files changed, 5 insertions, 5 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx
index f60e186a..736ae20b 100644
--- a/subx/apps/survey.subx
+++ b/subx/apps/survey.subx
@@ -771,19 +771,19 @@ test-compute-addresses:
     e8/call  stream-add4/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               0x14/imm32        # add to ESP
-    # . stream-add4(segments, "b", 0x500, 0, 1)
+    # . stream-add4(segments, "b", 0x2018, 5, 1)
     68/push  1/imm32/segment-size
-    68/push  0/imm32/file-offset
-    68/push  0x500/imm32/start-address
+    68/push  5/imm32/file-offset
+    68/push  0x2018/imm32/start-address
     68/push  "b"/imm32/segment-name
     51/push-ECX
     # . . call
     e8/call  stream-add4/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               0x14/imm32        # add to ESP
-    # . stream-add4(segments, "c", 0x5444, 0, 12)
+    # . stream-add4(segments, "c", 0x5444, 6, 12)
     68/push  0xc/imm32/segment-size
-    68/push  0/imm32/file-offset
+    68/push  6/imm32/file-offset
     68/push  0x5444/imm32/start-address
     68/push  "c"/imm32/segment-name
     51/push-ECX