about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/apps/survey.subx18
1 files changed, 12 insertions, 6 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx
index 7fa024f3..6d1b4854 100644
--- a/subx/apps/survey.subx
+++ b/subx/apps/survey.subx
@@ -320,12 +320,18 @@ test-convert-computes-addresses:
 # global scratch space for compute-offsets in the data segment
 == data
 
-compute-offsets:curr-segment-name: 0/imm32/start
-compute-offsets:curr-segment-name:end: 0/imm32/end
-compute-offsets:file-offset: 0/imm32
-compute-offsets:segment-offset: 0/imm32
-compute-offsets:word-slice: 0/imm32/start
-compute-offsets:word-slice:end: 0/imm32/end
+compute-offsets:curr-segment-name:
+  0/imm32/start
+compute-offsets:curr-segment-name:end:
+  0/imm32/end
+compute-offsets:file-offset:
+  0/imm32
+compute-offsets:segment-offset:
+  0/imm32
+compute-offsets:word-slice:
+  0/imm32/start
+compute-offsets:word-slice:end:
+  0/imm32/end
 
 == code