1
2
3
4
5
6	INCLUDE "z80_crt0.hdr"
7
8
9
10
11	SECTION	bss_compiler
12	SECTION	code_compiler
13
14
15
16	GLOBAL	_func
17	GLOBAL	_func2
18
19
20
21
22