Difference between revisions of "84PCE:Syscalls:021EE0"
From WikiTI
(Created page with "DispHL 021EE0 - DispHL == Synopsis == '''Hypothesized Official Name:''' DispHL '''Syscall Address:...") |
|||
Line 7: | Line 7: | ||
'''Syscall Address:''' 021EE0h | '''Syscall Address:''' 021EE0h | ||
− | Displays the 24-bit number in HL using the large font, right-aligned. | + | Displays the 24-bit number in HL using the large font, right-aligned and padded. |
=== Inputs === | === Inputs === |
Latest revision as of 09:33, 26 May 2015
Contents
Synopsis
Hypothesized Official Name: DispHL
Syscall Address: 021EE0h
Displays the 24-bit number in HL using the large font, right-aligned and padded.
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