diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-04-12 19:01:52 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-04-12 19:01:52 +0300 |
| commit | d993f522cfd091d35e538a8c3f77bc233a560bf2 (patch) | |
| tree | 0cab4973e13b5972a4b1038ebf45c3910135d003 /resources/asm/tpu.atk16 | |
| parent | 4f78086920cd4e2cee6d970decaee7025875f2a9 (diff) | |
Add initial TPU emu
Diffstat (limited to 'resources/asm/tpu.atk16')
| -rw-r--r-- | resources/asm/tpu.atk16 | 12 |
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 |
