This is an unofficial concept program for a CX16 menu. Modify the DATA statements to add your submenus and commands.
This is currently just a demo to explore the look and and feel of a basic, BASIC menu. Since it does not clear the screen, it is useful as an autoboot menu.
New: uses a new API to push keys into the keyboard buffer. This allows the LOAD and RUN to operate outside of the running program, preventing problems that occur when chaining programs in BASIC.
Works as an autoboot program.
Clears only the part of the screen it uses. This makes it appropriate to use on bootup, since you still get the pretty CX16 logo screen.
Modify the DATA statements to load your own programs.