Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
in.c-long.txt | 2025-01-10 | 872 Bytes | |
in.c-short.txt | 2025-01-10 | 153 Bytes | |
in.c.usr | 2025-01-10 | 1.6 kB | |
supercstuff readme.txt | 2024-06-08 | 779 Bytes | |
printtok1-001.zip | 2024-06-08 | 2.7 kB | |
printtok-001-superc-info.txt | 2024-06-08 | 371 Bytes | |
Totals: 6 Items | 6.5 kB | 0 |
Hi! This site contains my solutions for programming using the Super C compilers for the C64 and 128. Currently, it only contains a port of my PrintTok1 functions from cc65. PrintTok is a way to print out strings that are comp- ressed using tokenization and RLE of spaces. However, it is limited in that it doesn't compress literals and requires manual compression--you have to compress the strings yourself. To-Do: * I forgot to mention that this version doesn't actually support comp- ression of spaces. Sorry! I plan to support tabs and other multiple spaces. * I can add up to 36 more two-byte spaces if you want. * Version 2 is to have several options to compress literals, support for automatic compression and may support up to 128 one-byte tokens.