add test data

This commit is contained in:
nc 2019-06-29 18:03:56 -04:00
parent 0721fb5891
commit 676a80bf15
1 changed files with 10 additions and 1 deletions

View File

@ -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