summaryrefslogtreecommitdiff
path: root/sdas/asz80/itsta.asm
blob: c87c4fc2ff62fd4b2bf4b769bb517b3dcc27a9bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
		.include	"incld1.asm"		;1
							;2
							;3
							;4
							;5
							;6
							;7
							;8
							;9
							;10
		xxx					;11
;
;	This is a simple test of the error reporting
;	for source and include files.
;
;	assemble inctst:
;		asxxxx itsta itstb
;
;	?ASxxxx-E-<o> in line 1 of incld1.asm
;	?ASxxxx-E-<o> in line 2 of incld2.asm
;	?ASxxxx-E-<o> in line 3 of incld3.asm
;	?ASxxxx-E-<o> in line 4 of incld4.asm
;	?ASxxxx-E-<o> in line 5 of incld5.asm
;	?ASxxxx-E-<i> in line 6 of incld5.asm
;	?ASxxxx-E-<o> in line 10 of incld5.asm
;	?ASxxxx-E-<o> in line 9 of incld4.asm
;	?ASxxxx-E-<o> in line 8 of incld3.asm
;	?ASxxxx-E-<o> in line 7 of incld2.asm
;	?ASxxxx-E-<o> in line 6 of incld1.asm
;	?ASxxxx-E-<o> in line 11 of itsta.asm
;	?ASxxxx-E-<o> in line 1 of incld1.asm
;	?ASxxxx-E-<o> in line 2 of incld2.asm
;	?ASxxxx-E-<o> in line 3 of incld3.asm
;	?ASxxxx-E-<o> in line 4 of incld4.asm
;	?ASxxxx-E-<o> in line 5 of incld5.asm
;	?ASxxxx-E-<i> in line 6 of incld5.asm
;	?ASxxxx-E-<o> in line 10 of incld5.asm
;	?ASxxxx-E-<o> in line 9 of incld4.asm
;	?ASxxxx-E-<o> in line 8 of incld3.asm
;	?ASxxxx-E-<o> in line 7 of incld2.asm
;	?ASxxxx-E-<o> in line 6 of incld1.asm
;	?ASxxxx-E-<o> in line 11 of itstb.asm