summary refs log tree commit diff
path: root/code/hi.a
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-03-31 19:27:55 +0300
committerWlodekM <[email protected]>2025-03-31 19:27:55 +0300
commitef4e8c20719822eebd6318a878cc37902c2b85a5 (patch)
treec80cc67921c8b511f5a50ec68834b5b28deb05a1 /code/hi.a
pc thing
Diffstat (limited to 'code/hi.a')
-rw-r--r--code/hi.a11
1 files changed, 11 insertions, 0 deletions
diff --git a/code/hi.a b/code/hi.a
new file mode 100644
index 0000000..62b1db8
--- /dev/null
+++ b/code/hi.a
@@ -0,0 +1,11 @@
+start:
+    mov a 1
+    mov b 1
+    mov c [helloworld]
+    sys
+    halt
+
+helloworld:
+.str "Hello, World!"
+.hex 0xA
+.hex 0
\ No newline at end of file