Basic knowledge / Insert
You can insert a character, a BASIC instruction and an Assembly mnemonic.
- A character (
): You can see the whole character table of Commodore Plus /4.
- A BASIC instruction (drop-down menu): you can see the codes of BASIC instructions and the position in the ROM.
- 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:
- Hold down "Shift+Alt"
- Press one of 0..9 to select the segment
- 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"