git @ Cat's Eye Technologies SixtyPical / 0.6 eg / example.60p
0.6

Tree @0.6 (Download .tar.gz)

example.60p @0.6raw · history · blame

byte lives

routine main
  inputs lives
  outputs lives
  trashes a, x
  {
      ld a, 0
      st a, lives
      ld x, lives
      st off, c
      add x, 1
      st x, lives
  }