aboutsummaryrefslogtreecommitdiffstats
path: root/resources/asm/tpu.atk16
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-04-12 19:01:52 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-04-12 19:01:52 +0300
commitd993f522cfd091d35e538a8c3f77bc233a560bf2 (patch)
tree0cab4973e13b5972a4b1038ebf45c3910135d003 /resources/asm/tpu.atk16
parent4f78086920cd4e2cee6d970decaee7025875f2a9 (diff)
Add initial TPU emu
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