New demo uploaded: Huge Character Demo

All aspects of programming on the Commander X16.
Post Reply
mobluse
Posts: 177
Joined: Tue Aug 04, 2020 2:16 pm
Location: Lund, Sweden
Contact:

New demo uploaded: Huge Character Demo

Post by mobluse »

Huge Character Demo

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
Attachments
chars-x16.zip
Huge Character Demo by mobluse
(4.41 KiB) Downloaded 187 times
X16&C64 Quiz: Try It Now! Huge Char Demo: Try It Now! DECPS: Try It Now! Aritm: Try It Now!
Post Reply