git @ Cat's Eye Technologies SixtyPical / 0.14 eg / rudiments / print.60p
0.14

Tree @0.14 (Download .tar.gz)

print.60p @0.14raw · history · blame

routine chrout
  inputs a
  trashes a
  @ 65490

routine main
  inputs a
  trashes a, z, n
{
    ld a, 65
    call chrout
}