83Plus:BCALLs:4E82

From WikiTI
Jump to: navigation, search

Synopsis

Official Name: ParsePrgmName

BCALL Address: 4E82

Parses a program token and name out of memory and copies it to OP1.

Inputs

Outputs

  • OP1: type and name of program, zero-terminated

Destroys

  • All

Comments

This is used by the OS to parse a line containing Asm( or AsmComp(.

It will throw an error if any parsing problems are encountered.