aboutsummaryrefslogtreecommitdiff
path: root/examples/n00bdemo/data.s
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-04-06 10:11:07 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-04-06 10:11:07 +0800
commitf3e040230772f978540a71aea43dfde200992922 (patch)
treebd8ca31b72dd01e24980b073854e263589530f56 /examples/n00bdemo/data.s
downloadpsn00bsdk-f3e040230772f978540a71aea43dfde200992922.tar.gz
First commit
Diffstat (limited to 'examples/n00bdemo/data.s')
-rw-r--r--examples/n00bdemo/data.s31
1 files changed, 31 insertions, 0 deletions
diff --git a/examples/n00bdemo/data.s b/examples/n00bdemo/data.s
new file mode 100644
index 0000000..3ca33cb
--- /dev/null
+++ b/examples/n00bdemo/data.s
@@ -0,0 +1,31 @@
+.section .data
+
+.global lz_resources
+.type lz_resources, @object
+lz_resources:
+ .incbin "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