summaryrefslogtreecommitdiff
path: root/test/hello-world.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello-world.s')
-rw-r--r--test/hello-world.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/hello-world.s b/test/hello-world.s
index 465583c..9138bc7 100644
--- a/test/hello-world.s
+++ b/test/hello-world.s
@@ -6,6 +6,11 @@
string:
.byte "Hello, world!\n"
+; Text buffer.
+.org $2000
+buffer:
+
+
; Get CPU into a known state.
.org $0
reset: