aboutsummaryrefslogtreecommitdiff
path: root/src/test/bank
blob: 6e29010bdfb3e70f06e38f6d624163f4596dd981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

	; 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