With janE 6502, incredibly small yet powerful emulators of 6502-based systems can be built. As an example, a C64-like system follows:
|
| alt+space+'L' | Load disk file |
| alt+space+'A' | sAve disk file |
| Alt+F4 | exit program 1 |
| Ctrl | "C=" key |
| ESC | STOP |
PRINT PEEK(53266)| µP | Speed compared to real 6502 /C64 |
| Am486 133 Mhz | 25% |
| Pentium Class AMD 1600 Mhz | 800 - 1000% 1 |
LOAD and SAVE won't work as expected. The good news is, a replacement for these commands have been integrated into the system menu. However, Loading and Saving is possible in direct mode only, not while a basic program is running. Doing so could cause unpredictable results. The use of other file operations like PRINT#, INPUT#, CMD, CLOSE ... and so on should be avoided for the same reason.