83Plus:BCALLs:806F

From WikiTI
Jump to: navigation, search

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.