Difference between revisions of "83Plus:BCALLs:4E7F"

From WikiTI
Jump to: navigation, search
 
(No difference)

Latest revision as of 06:23, 8 March 2007

Synopsis

Unofficial Name: ChkFindSymAsm

BCALL Address: 4E7F

Gets information about a specified unsquished assembly program in RAM.

Inputs

  • OP1: type and name of program

Outputs

  • BC: size of program in bytes
  • HL: pointer to variable data (past size bytes)
  • DE: pointer to VAT entry

Destroys

  • All

Comments

This will throw an error if the program is squished, BASIC, archived, etc.