Сообщение от
Keeper
Feel free to use "*" command as working example ;) Also you should notice that NVRAM implementation on ZXM-Phoenix is soooo sloooow:
Take a look into FORMAT command for example how to notify user about performed actions, e.g. "Saving to GLUK CMOS". For example, we are choosing "4" command for setting ram-disk drive letter, something like: 4"B:"<enter>
What we need to do when enter key pressed:
1. PRINT "Saving to GLUK CMOS"
2. Disable interrupts
3. Save to GLUK CMOS
4. Enable interrupts
5. Return with OK.