about summary refs log tree commit diff stats
path: root/subx/apps/survey.subx
diff options
context:
space:
mode:
authornc <charles.saternos@gmail.com>2019-07-11 22:13:03 -0400
committernc <charles.saternos@gmail.com>2019-07-11 22:13:03 -0400
commitc2725b65b3076570e5c2471c6d36bbcd957132e7 (patch)
tree44d203e1880b60cef504cb96b2beac8ec3ccf09e /subx/apps/survey.subx
parent538f24c296f6ddd0688c3d312db08cfe48919cdd (diff)
downloadmu-c2725b65b3076570e5c2471c6d36bbcd957132e7.tar.gz
made test 2 pass
Diffstat (limited to 'subx/apps/survey.subx')
-rw-r--r--subx/apps/survey.subx20
1 files changed, 11 insertions, 9 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx
index 26d863cb..82144c3c 100644
--- a/subx/apps/survey.subx
+++ b/subx/apps/survey.subx
@@ -465,6 +465,8 @@ $compute-offsets:label:
     # . if (EAX == 0) goto next check
     3d/compare-EAX-and  0/imm32
     74/jump-if-equal  $compute-offsets:segment/disp8
+    # word-slice->end--
+    ff          1/subop/dec        1/mod/*+disp8    2/rm32/EDX    .           .             .           .           4/disp8         .                 # decrement *(EDX+4)
     # x/EAX = get-or-insert-slice(labels, word-slice)
     # . . push args
     68/push  0x10/imm32/row-size
@@ -786,10 +788,10 @@ test-compute-offsets:
     e8/call  check-trace-contains/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # . check-trace-contains("segment 'code' has size 0x5", msg)
+    # . check-trace-contains("segment 'code' has size 0x00000005", msg)
     # . . push args
     68/push  "F - test-compute-offsets/1"/imm32
-    68/push  "segment 'code' has size 0x5"/imm32
+    68/push  "segment 'code' has size 0x00000005."/imm32
     # . . call
     e8/call  check-trace-contains/disp32
     # . . discard args
@@ -797,31 +799,31 @@ test-compute-offsets:
     # . check-trace-contains("segment 'data' is at file offset 0x5", msg)
     # . . push args
     68/push  "F - test-compute-offsets/2"/imm32
-    68/push  "segment 'data' is at file offset 0x5"/imm32
+    68/push  "segment 'data' is at file offset 0x00000005."/imm32
     # . . call
     e8/call  check-trace-contains/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # . check-trace-contains("segment 'data' has size 0x1", msg)
+    # . check-trace-contains("segment 'data' has size 0x00000001.", msg)
     # . . push args
     68/push  "F - test-compute-offsets/3"/imm32
-    68/push  "segment 'data' has size 0x1"/imm32
+    68/push  "segment 'data' has size 0x00000001."/imm32
     # . . call
     e8/call  check-trace-contains/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # . check-trace-contains("label 'x' is in segment 'data'", msg)
+    # . check-trace-contains("label 'x' is in segment 'data'.", msg)
     # . . push args
     68/push  "F - test-compute-offsets/4"/imm32
-    68/push  "label 'x' is in segment 'data'"/imm32
+    68/push  "label 'x' is in segment 'data'."/imm32
     # . . call
     e8/call  check-trace-contains/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # . check-trace-contains("label 'x' is at offset 0x0", msg)
+    # . check-trace-contains("label 'x' is at offset 0x00000000.", msg)
     # . . push args
     68/push  "F - test-compute-offsets/5"/imm32
-    68/push  "label 'x' is at offset 0x0"/imm32
+    68/push  "label 'x' is at offset 0x00000000."/imm32
     # . . call
     e8/call  check-trace-contains/disp32
     # dump *Trace-stream {{{