Basic knowledge / Insert


You can insert a character, a BASIC instruction and an Assembly mnemonic.
  1. A character (): You can see the whole character table of Commodore Plus /4.

  2. A BASIC instruction (drop-down menu): you can see the codes of BASIC instructions and the position in the ROM.

  3. An Assembly mnemonic (drop-down menu): you can see the codes of Assembly mnemonics, their syntaxes and published (+) or unpublished (-).

Using the drop-down menu with key-shortcuts:
  1. Hold down "Shift+Alt"
  2. Press one of 0..9 to select the segment
  3. Press one of A..Z to select the offset
BASIC example: Shift+Alt+D = "DATA", Shift+Alt+1 then Shift+Alt+A = "?"
Assembly example: Shift+Alt+K = "ASL", Shift+Alt+4 then Shift+Alt+C = "ROR"