CaChars Code
Graphics mode console I/O for the TRS-80 Color Computer
Status: Beta
Brought to you by:
juanccyc
Prerequisites for building on Linux: - LWTOOLS, a Motorola 6809 cross-assembler. http://lwtools.projects.l-w.ca - Toolshed, a utilities suite for TRS-80 Color Computer cross-development. http://sourceforge.net/projects/toolshed To build only the LOADM format binary, rum "make". (You don't need Toolshed for that.) To additionally make a DECB disk image with loader and demo, run "make all". The last byte of the CACHARS.BIN file should never be located higher than $7FFE. If you make changes and it turns out the resulting file overstepped that bound (you can check reading the .lst file the build generates), adjust the ORG directive accordingly.