aboutsummaryrefslogtreecommitdiff
path: root/src/test/lib1
blob: 8974fd5fda074208af58cace2ea0cd0d3cfd3a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
        option  output-file,lib1.lib
	option  output-format,lib

	org	$8000

start_lib1:
	ld	hl,$1234
	call	$bb5a
end_lib1:

data1:
	db	"I'm data from lib1"

var_lib1 equ	$ffff