83Plus:BCALLs:4E76
From WikiTI
Synopsis
Unofficial Name: GetAsmSize
BCALL Address: 4E76
Gets the squished size of an unsquished assembly program in RAM.
Inputs
- OP1: type and name of program
Outputs
- DE: unsquished size of program in bytes
Destroys
- All
Comments
This routine is used by the OS when executing AsmComp(.
It will throw an error if anything is wrong, like the program is archived, squished, BASIC, etc.