diff options
author | nc <charles.saternos@gmail.com> | 2019-06-29 18:03:56 -0400 |
---|---|---|
committer | nc <charles.saternos@gmail.com> | 2019-06-29 18:03:56 -0400 |
commit | 676a80bf154caea9df3ba5ad92c12c770e766e95 (patch) | |
tree | 1d57cc846a7c5eab77dd357e01c78966dd02cbbe | |
parent | 0721fb58914a7366af380eb330f806c6cdf64a4b (diff) | |
download | mu-676a80bf154caea9df3ba5ad92c12c770e766e95.tar.gz |
add test data
-rw-r--r-- | subx/apps/survey.subx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx index f4183117..45b84b36 100644 --- a/subx/apps/survey.subx +++ b/subx/apps/survey.subx @@ -6,7 +6,7 @@ # # To build (from the subx/ directory): # $ ./subx translate *.subx apps/survey.subx -o apps/survey -# +# # The expected input is a stream of bytes with segment headers, comments and # some interspersed labels. # $ cat x @@ -1124,4 +1124,13 @@ $p_align: # compute the starting address for each segment 0x1000/imm32 +_test-label-slice-start: + 41/A + 41/A + 41/A +_test-label-slice-end2: + 3A/: +_test-label-slice-end1: + + # . . vim:nowrap:textwidth=0 |