Difference between revisions of "84PCSE:BCALLs:44FE"
From WikiTI
(More details; also note that names are not officially confirmed AFAIK) |
m |
||
Line 3: | Line 3: | ||
'''Hypothesized Official Name:''' DispHL | '''Hypothesized Official Name:''' DispHL | ||
− | '''BCALL Address:''' | + | '''BCALL Address:''' 44FEh |
Displays the number in HL using the large font, padded to 5 characters and right-aligned. | Displays the number in HL using the large font, padded to 5 characters and right-aligned. |
Latest revision as of 08:14, 26 August 2013
Synopsis
Hypothesized Official Name: DispHL
BCALL Address: 44FEh
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.