XC=BASIC, Compiled BASIC Mystify Clone.
Posted: Sat Jun 08, 2024 2:36 am
I recently discovered a 6502 BASIC compiler that for some reason has been flying beneath everyone's Radar for some reason. It has had X16 target support apparently for at least 18 months. Compiler is documented here: https://xc-basic.net
Anyway. I ported my previous clone of Mystify (viewtopic.php?t=6555) to XC=BASIC It took a bit of doing and there are some gaps in the Compiler coverage for the X16 (greatly mitigated by a full featured inline assembler) But the performance difference speaks for itself. This IS FASTER THAN BLITZ and more feature complete as well.
This program needs one more feature before I post it to DEMOSCENE. But it's presentable now, and It's my Bedtime. So I'm posting what I have done.
Try It Now!
THE SOURCE CODE
THE COMPILED PRG
Anyway. I ported my previous clone of Mystify (viewtopic.php?t=6555) to XC=BASIC It took a bit of doing and there are some gaps in the Compiler coverage for the X16 (greatly mitigated by a full featured inline assembler) But the performance difference speaks for itself. This IS FASTER THAN BLITZ and more feature complete as well.
This program needs one more feature before I post it to DEMOSCENE. But it's presentable now, and It's my Bedtime. So I'm posting what I have done.
Try It Now!
THE SOURCE CODE
THE COMPILED PRG