aboutsummaryrefslogtreecommitdiffstats
path: root/resources/asm/tpu.atk16
blob: 1278f71a8a797336521524bc556bccf9ed888672 (plain)
1
2
3
4
5
6
7
8
9
10
11
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