Difference between revisions of "84PCE:Syscalls:0207BC"

From WikiTI
Jump to: navigation, search
(Created page with "DispHL_s 021EE0 - DispHL_s == Synopsis == '''Hypothesized Official Name:''' DispHL_s '''Syscall Ad...")
 
(No difference)

Latest revision as of 10:36, 26 May 2015


Synopsis

Hypothesized Official Name: DispHL_s

Syscall Address: 0207BCh

Displays the 16-bit number (Unlike DispHL) in HL using the large font, right-aligned and padded.

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