git @ Cat's Eye Technologies SixtyPical / 0.10 eg / screen1.60p
0.10

Tree @0.10 (Download .tar.gz)

screen1.60p @0.10raw · history · blame

1
2
3
4
5
6
7
8
byte screen @ 1024

routine main
  trashes a, z, n, screen
{
  ld a, 83
  st a, screen
}