83Plus:BCALLs:4E76

From WikiTI
Revision as of 06:10, 8 March 2007 by Brandonw (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.