This documentation is obsolete. For actual documentation go https://c64lib.github.io/.

« Back

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.

Installation

Follow generic instruction for c64lib installation in order to bring “Text library” into your Kick Assembler project. Simply clone the repository into directory of choice:

git clone https://github.com/c64lib/text.git

Remember to add a directory that contains cloned text repository to your libdir when executing Kick Assembler.

Content

text

Source files: lib/text.asm, lib/text-global.asm

tiles

Tile-based scrollable backgrounds

Source files: lib/tiles-2x2.asm, lib/tiles-color-ram-shift.asm, lib/tiles-common.asm, lib/tiles-screen-shift.asm