CHROUT

From C64-Wiki
Jump to navigationJump to search

The CHROUT kernal routine is located at $FFD2 (65490).

This routine will translate the value on the Accumulator register to a character code, and output to the default output device. This is generally the screen unless the OPEN and then CHKOUT routines were previously called to change the default output device.

Real address of Kernal routine: $F1CA.