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