diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-02-28 13:55:11 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-02-28 13:55:11 +0200 |
| commit | 5aaa0ffcc4e85af1d0f22e3728b2f73d750dd895 (patch) | |
| tree | f605618fdafb6e76cdc59700e717c0e3134364ec /atk16_schasm | |
| parent | 275cc1a5b16c4f8069b3284bddcd9705f9e5441b (diff) | |
Add example to main.scm
Diffstat (limited to 'atk16_schasm')
| -rw-r--r-- | atk16_schasm/main.scm | 4 |
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") |
