Immediate mode

The immediate mode of the c64 line editor is the "mode" when code can be typed and they are executed immediately. The c64 boots into immediate mode.

Immediate Mode CheatSheet

  • PRINT - CHR$(147) clear the screen.
  • CLR - clear the variables of the immediate mode.
  • NEW - clear the game code in memory.
  • LIST - list the game code.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.