annotate level1/modules/rom_vectors.asm @ 641:767a608364b2

Some extra comments to the Makefile
author roug
date Sun, 08 Dec 2002 11:13:21 +0000
parents 6641a883d6b0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
1 * ROM vectors - merged at the end of the ROM image
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2 fdb $8015
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
3 fdb $0100
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
4 fdb $0103
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
5 fdb $010F
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
6 fdb $010C
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
7 fdb $0106
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
8 fdb $0109
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
9 fdb $8015
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
10