CHROUT
From C64-Wiki
Jump to navigationJump to searchNote: 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]
- Writing a sector to a disk Example in Codebase64.org
- FFD2 Example at ffd2.com
- KERNAL $F1CA assembler code (vector at AAY64)