Page 1 of 1

X16&C64 Keywords & Abbreviations Quiz

Posted: Mon Jun 06, 2022 11:17 pm
by mobluse


This game quizzes the player about the abbreviations for the Commander X16 BASIC v2 keywords including VIC20 and C64. If you know these abbreviations you can code BASIC for X16 and VIC20/C64 faster and write more code per line. First the program figures out the keywords and abbreviations for the exact release of the ROM. Then you are offered the quiz. The quiz is timed and the errors are counted. If you give the wrong answer you get that question again directly.




C64 mode: You can stop the program by pressing the Esc key before the quiz, then type SCREEN 255:RUN 64 and press Enter to only be quizzed for C64 keywords. (VIC20 keywords are identical to C64.) 




The game X16&C64 Keywords&Abbreviations is tested with R38 (Try it now) and R41, but may work with later releases. The program is FOSS (license GPLv3) and the source is included in the zip-file, but is also on GitHub: https://github.com/mobluse/chargen-maker




Command line:

x16emu -bas KEYWORDSABBR.BAS -run -echo

By using -echo you can copy the generated program and load it in x16emu and check that the abbreviations really expand correctly.




  • Now one can start with RUN 64 in order to be quizzed on only C64 keywords.


  • Improvements to code.



Re: X16&C64 Keywords & Abbreviations Quiz

Posted: Fri Apr 07, 2023 1:04 am
by mobluse
Try It Now!!
I didn't yet want to make a new full release, but I did fix the program so that it works in R42. I'm not allowed to update the above post. Read more about X16&C64 Keywords & Abbreviations Quiz here:
viewtopic.php?t=3089
#R38 #R39 #R41 #R42