summary refs log tree commit diff
path: root/pc-thing/code.a
diff options
context:
space:
mode:
Diffstat (limited to 'pc-thing/code.a')
-rw-r--r--pc-thing/code.a9
1 files changed, 0 insertions, 9 deletions
diff --git a/pc-thing/code.a b/pc-thing/code.a
deleted file mode 100644
index abb6021..0000000
--- a/pc-thing/code.a
+++ /dev/null
@@ -1,9 +0,0 @@
-start:
-    mov a -1 ; 65535
-    str a 16 ; put our number into 16
-    #using printer.a
-    jmr print_num ; print number at 16 (well not print but stringify)
-    mov a 1 ; write
-    mov b 1 ; stdout
-    mov c 32 ; address
-    sys ; syscall
\ No newline at end of file