1
2
3
4
5
6	INCLUDE "z80_crt0.hdr"
7
8
9	SECTION	code_compiler
10
11._func
12	push	bc
13	pop	hl
14	push	hl
15	ld	bc,_updateintro3objectfunctions
16	push	bc
17	add	hl,hl
18	pop	de
19	add	hl,de
20	ld	e,(hl)
21	inc	hl
22	ld	d,(hl)
23	push	de
24	ld	hl,0	;const
25	ex	(sp),hl
26	call	l_jphl
27	pop	bc
28	pop	bc
29	ret
30
31
32
33
34	SECTION	bss_compiler
35	SECTION	code_compiler
36
37
38
39	GLOBAL	_spawners
40	GLOBAL	_updateintro3objectfunctions
41	GLOBAL	_func
42
43
44
45
46