about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-07 07:54:04 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-07 13:13:38 -0700
commit633c289f30fddcfbd5af2149c1eb2eb7c0e5512b (patch)
treedba30d5a51a07a6e583bcd58f2de46fac7be28ce
parent764b5726df62310522de19ad8d4a74a5756c3dbb (diff)
downloadmu-633c289f30fddcfbd5af2149c1eb2eb7c0e5512b.tar.gz
.
-rw-r--r--subx/apps/survey.subx15
1 files changed, 8 insertions, 7 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx
index 0bb394c5..5c654b00 100644
--- a/subx/apps/survey.subx
+++ b/subx/apps/survey.subx
@@ -1066,13 +1066,14 @@ $compute-addresses:end:
     c3/return
 
 test-compute-addresses:
-    # segments:
-    #   - 'a': {0x1000, 0, 5}
-    #   - 'b': {0x2018, 5, 1}
-    #   - 'c': {0x5444, 6, 12}
-    # labels:
-    #   - 'l1': {'a', 3, 0}
-    #   - 'l2': {'b', 0, 0}
+    # input:
+    #   segments:
+    #     - 'a': {0x1000, 0, 5}
+    #     - 'b': {0x2018, 5, 1}
+    #     - 'c': {0x5444, 6, 12}
+    #   labels:
+    #     - 'l1': {'a', 3, 0}
+    #     - 'l2': {'b', 0, 0}
     #
     # trace contains in any order (comments in parens):
     #   segment 'a' starts at address 0x00001094.  (0x34 + 0x20 for each segment)