83Plus:BCALLs:4E79
From WikiTI
Synopsis
Unofficial Name: SquishPrgm
BCALL Address: 4E79
Squishes an unsquished assembly program from RAM to a specified location.
Inputs
- OP1: type and name of program to squish
- DE: location to store squished bytes
Outputs
- None
Destroys
- All
Comments
This routine is used by the OS when executing Asm( on unsquished programs and AsmComp(.
It will throw an error if anything is wrong, like the program is archived, squished, BASIC, etc.