83Plus:BCALLs:806F
From WikiTI
Revision as of 16:36, 7 February 2006 by FloppusMaximus (Talk | contribs)
Synopsis
Unofficial Name: Load_LFontV
BCALL Address: 806F
Load a large font bitmap in variable-width format.
Inputs
- HL = character * 8
Outputs
- lFont_record = variable-width bitmap (character width followed by seven bytes of bitmap data.)
- HL points to lFont_record
Destroys
- AF, BC, DE
Comments
Despite being in the boot code, this routine checks if an OS is loaded, and if so, calls the font and localize hooks if they are enabled.
On the TI-73, this routine also adds the necessary padding if fracTallLFont is set.