git @ Cat's Eye Technologies SixtyPical / 0.8 eg / call.60p
0.8

Tree @0.8 (Download .tar.gz)

call.60p @0.8raw · history · blame

routine chrout
  inputs a
  trashes a
  @ 65490

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

routine main
  trashes a, z, n
{
    call print
    call print
}