84PCE:Syscalls:0207B8

From WikiTI
Revision as of 10:19, 26 May 2015 by MateoConLechuga (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Synopsis

Official Name: PutC

BCALL Address: 0207B8h

Displays a character on screen in the large font at the current cursor location and advances the cursor position.

Inputs

  • A = TI-ASCII code of character to display

Outputs

Destroys

  • none

Comments

  • This B_CALL is the same as PutMap, except that it advances the cursor.
  • This B_CALL also disables interrupts.