84PCSE:BCALLs:44FE
From WikiTI
		Revision as of 17:58, 1 April 2013 by FloppusMaximus  (Talk | contribs)
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
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.