foo
[mdlife] / src / data.s
diff --git a/src/data.s b/src/data.s
new file mode 100644 (file)
index 0000000..2c07f8a
--- /dev/null
@@ -0,0 +1,9 @@
+       .section .rodata
+
+       .globl font8x8_data
+       .globl font8x8_data_end
+font8x8_data:
+       .incbin "data/font8x8.img"
+font8x8_data_end:
+
+| vi:ft=gas68k: