aboutsummaryrefslogtreecommitdiffstats
path: root/resources/asm/tpu.atk16
diff options
context:
space:
mode:
Diffstat (limited to 'resources/asm/tpu.atk16')
-rw-r--r--resources/asm/tpu.atk1612
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/asm/tpu.atk16 b/resources/asm/tpu.atk16
new file mode 100644
index 0000000..1278f71
--- /dev/null
+++ b/resources/asm/tpu.atk16
@@ -0,0 +1,12 @@
+@include bootstrap
+
+@label main
+ ldi vt_gr_mode_addr RA
+ ldr RA RA
+ ldi gr_text_mode RB
+ str RB RA
+
+@label loop
+ jpi loop
+
+ hlt