aboutsummaryrefslogtreecommitdiff
path: root/src/test/bank
blob: 8610dea040d55e46ab1cc80cf82dcac17f63a69a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

	option	+list
	option	+list-labels
	option	+address24

	; option	output-format,spectrum
	option	output-bank,code-%u
	option	output-file,output.tap
	org 33000,0
	bank	0

	defb	1

	org 34000,1
	bank	1

	defb	2

	org $078000
label:
	defb	3
labellen: equ $ - label