83Plus:BCALLs:4E73
From WikiTI
Synopsis
Official Name: AsmComp
BCALL Address: 4E73
Parses an AsmComp( line (such as "AsmComp(prgmA,prgmB") and creates a new squished assembly program.
Inputs
- (nextParseByte): address of first 5Fh (prgm) token minus one
- (basic_end): end of line to parse
Outputs
- New assembly program created
Destroys
- All
- OP2
Comments
This is exactly the same as the AsmComp( used in the OS.
It will throw an error if any problems at all are encountered.