aboutsummaryrefslogtreecommitdiffstats
path: root/atk16_schasm/main.scm
diff options
context:
space:
mode:
Diffstat (limited to 'atk16_schasm/main.scm')
-rw-r--r--atk16_schasm/main.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/atk16_schasm/main.scm b/atk16_schasm/main.scm
index b9b1111..abdf5d8 100644
--- a/atk16_schasm/main.scm
+++ b/atk16_schasm/main.scm
@@ -29,5 +29,9 @@
(mov R0 R1)
+;; store string data in memory
+(def-label 'data
+ (emit-packed-string "hölynpöly"))
+
;; compile to a 128KB image file
(write-image-to "out.bin")