84PCSE:BCALLs:44FE

From WikiTI
Revision as of 18:58, 1 April 2013 by FloppusMaximus (Talk | contribs)

Jump to: navigation, search

Synopsis

Hypothesized Official Name: DispHL

BCALL Address: 44FDh

Displays the number in HL using the large font, padded to 5 characters and right-aligned.

Inputs

See also: PutMap

  • HL = unsigned number to display
  • (curRow), (curCol) = row and column to display the number

Outputs

  • Value displayed
  • Carry flag set if the value fits on the screen with space to spare, cleared if not
  • (curCol) updated

Destroys

See also: PutMap

  • AF, DE, HL
  • OP1

Comments

If the value does not fit on the current line, the output will be truncated and (curCol) will be left at 25.