git @ Cat's Eye Technologies SixtyPical / 16-bit-compare eg / rudiments / print.60p
16-bit-compare

Tree @16-bit-compare (Download .tar.gz)

print.60p @16-bit-compareraw · history · blame

define chrout routine
  inputs a
  trashes a
  @ 65490

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