aboutsummaryrefslogtreecommitdiff
path: root/font/fonttest.asm
blob: 30851093743d208051fc15da4c718aed5c3b2479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 *= $8000
font
 .incbin "font.dat"

 *= $bc40
screen
 .incbin "screen.dat"

 *= $0600
code
 lda #>font
 sta $02f4
 jmp code

 *= $02e0
 .word code