From d993f522cfd091d35e538a8c3f77bc233a560bf2 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 12 Apr 2024 19:01:52 +0300 Subject: Add initial TPU emu --- resources/asm/tpu.atk16 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/asm/tpu.atk16 (limited to 'resources/asm/tpu.atk16') 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 -- cgit v1.3