c64lib libraries
Common library
This is a core utility library for `c64lib`. It is written in KickAssembler but in general contains code that is portable to other architectures based on MOS 6502 (VIC 20, C128, 8-bit Atari etc).
Text library
This utility library is a part of `c64lib` that handles text modes of Commodore 64 microcomputer. You will find subroutines for outing text messages to the screen, fill screen data and color RAM with patterns and various scrolling routines handy for text scrollers as well as for whole screen scrollers. This is intended to be a core library for implementing backgrounds in games.