CHROUT

From C64-Wiki
Jump to navigationJump to search

Note: This article describes the CHROUT routine for transferring floating point values in BASIC ROM.

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.

Links[edit | edit source]