some tests
[megadrive.git] / testpico / data.s
1 .section .rodata
2 .align 2
3
4 .global font_base
5 font_base:
6 .incbin "font.bin"
7
8 .global z80_test
9 .global z80_test_end
10 z80_test:
11 .incbin "z80_test.bin80"
12 z80_test_end:
13
14 # vim:filetype=asmM68k:ts=4:sw=4:expandtab