aboutsummaryrefslogtreecommitdiff
path: root/font/fonttest.asm
diff options
context:
space:
mode:
Diffstat (limited to 'font/fonttest.asm')
-rw-r--r--font/fonttest.asm16
1 files changed, 16 insertions, 0 deletions
diff --git a/font/fonttest.asm b/font/fonttest.asm
new file mode 100644
index 0000000..3085109
--- /dev/null
+++ b/font/fonttest.asm
@@ -0,0 +1,16 @@
+ *= $8000
+font
+ .incbin "font.dat"
+
+ *= $bc40
+screen
+ .incbin "screen.dat"
+
+ *= $0600
+code
+ lda #>font
+ sta $02f4
+ jmp code
+
+ *= $02e0
+ .word code