Klasse P00


class P00 extends Prg
File format from PC64. PC64 automatically generates the filename from the cbm name (16 to 8 conversion) but we only need to worry about that when writing files should we want pc64 compatibility. The extension numbers are just an index to try to avoid repeats. Name conversion works by creating an initial filename from alphanumeric and ' ', '-' characters only with the later two being converted to '_'. Then it parses the filename from end to start removing characters stopping as soon as the filename becomes <= 8. The removal of characters occurs in three passes, the first removes all '_', then vowels and finally numerics. If the filename is still greater than 8 it is truncated.
Autor:
Ken Händel