Content deleted Content added
→Technical details: was just a nonspecific rant against 8-bit BASICS. removed unspecific and unhelpful final sentence |
|||
Line 78:
** controlled time delay: <code>SLEEP</code>
** memory management: <code>SWAP,FETCH,STASH,FRE(1)</code>
** used the 128's [[bank switching]] to store program code separately from variables. Variable values would be preserved across program executions if the program was started with the GOTO command.
** [[Commodore DOS|more disk operations]]: <code>BOOT,DVERIFY</code>
** CPU speed adjustment: <code>FAST,SLOW</code> (2 vs 1 MHz)
|