View File w/o Manifest
Huge Character Demo prints all the characters in the ROM hugely: PETSCII and ISO8859-15 including ASCII. The faster version uses some new X16 BASIC v2 keywords: BIN$ and LOCATE, but the slower R38 version uses BASIC code or SYS PLOT to do the same. Both programs use the SYS FETCH Kernal function to read character data from ROM bank 6. It's the faster R39+ version text file that runs using the Try it now button. The zip-file contains a version for R38+ and faster versions for R39, R41, and R42 and the open source code as text (BAS file). This is FOSS with GPLv3 license. One could e.g. develop this into a program to print banners.
Try It Now!!This is also on GitHub: https://github.com/mobluse/chargen-maker
I'm open to suggestions on how to improve the code and make it faster.
Submitter: mobluse
Submitted: 06/01/22
Updated: 04/06/23
Category: Demos
#R38 #R39 #R41 #R42