aboutsummaryrefslogtreecommitdiffstats
path: root/resources/asm/text_mode.atk16
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-04-14 17:20:34 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-04-14 17:20:34 +0300
commit367813568d723e598a38a7327fc2bb4abcfc598c (patch)
treef4c72a5e3f3992d8b43ed0a5e695c8e9aa790ecf /resources/asm/text_mode.atk16
parent2f69a9ac8c2de9d37248baa5c774c2813f070ba0 (diff)
Add data_segment feature, refactor
Diffstat (limited to 'resources/asm/text_mode.atk16')
-rw-r--r--resources/asm/text_mode.atk163
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/asm/text_mode.atk16 b/resources/asm/text_mode.atk16
index cab9562..1761361 100644
--- a/resources/asm/text_mode.atk16
+++ b/resources/asm/text_mode.atk16
@@ -3,8 +3,7 @@
@include %bootstrap
@include %std_mem
-@label text_buffer_size
- 2048
+@data text_buffer_size 2048
@label main
; use memset to clear the text buffer