From 633c289f30fddcfbd5af2149c1eb2eb7c0e5512b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 7 Jul 2019 07:54:04 -0700 Subject: [PATCH] . --- subx/apps/survey.subx | 15 ++++++++------- 1 file 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)