summaryrefslogtreecommitdiff
path: root/contents/rom0.link
blob: fc2e74c5f847263638a4b03764a352d77451fdb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ROM0
	org $0000
	"rst 00"
	org $0010
	"rst 10"
	org $0018
	"rst 18"
	org $0020
	"rst 20"
	org $0040
	"VBlankInt"
	org $0048
	"STATInt"
	org $0050
	"TimerInt"
	org $0058
	"SerialInt"
	org $0060
	"JoypadInt"
	org $0100
	"Entry"
	org $0104
	"Header"
	org $0150
	"Main"
	org $3800 ;at the end of the bank
	"bank0.2"