aboutsummaryrefslogtreecommitdiff
path: root/examples/demos/n00bdemo/data.s.template
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/n00bdemo/data.s.template')
-rw-r--r--examples/demos/n00bdemo/data.s.template31
1 files changed, 31 insertions, 0 deletions
diff --git a/examples/demos/n00bdemo/data.s.template b/examples/demos/n00bdemo/data.s.template
new file mode 100644
index 0000000..a7237cd
--- /dev/null
+++ b/examples/demos/n00bdemo/data.s.template
@@ -0,0 +1,31 @@
+.section .data
+
+.global lz_resources
+.type lz_resources, @object
+lz_resources:
+ .incbin "${PROJECT_BINARY_DIR}/data.lzp"
+
+#.global smd_mtekdisk
+#.type smd_mtekdisk, @object
+#smd_mtekdisk:
+# .incbin "data/mtekdisk.smd"
+
+#.global smd_mtektext
+#.type smd_mtektext, @object
+#smd_mtektext:
+# .incbin "data/mtektext.smd"
+
+#.global smd_star
+#.type smd_star, @object
+#smd_star:
+# .incbin "data/star.smd"
+
+#.global smd_psn00b
+#.type smd_psn00b, @object
+#smd_psn00b:
+# .incbin "data/psn00blogo.smd"
+
+#.global smd_scarletlogo
+#.type smd_scarletlogo, @object
+#smd_scarletlogo:
+# .incbin "data/scarletlogo.smd" \ No newline at end of file