Contact me

Hosted by


 

Function keys

Graphics XIO commands Function keys 6502 opcodes File systems
Joystick Memory map Music/sound Display list I/O errors
Player/Missile Character set File formats Display list interrupts (DLI) Vertical blank interrupts (VBI)

Incorporating the "Start", "Select" and "Option" key

Keys Pressed PEEK(53279) Binary Code

Incorporating the "Help" key

To clear the HELP key, POKE 732,0. To read that key. PEEK(732). A 17 represents the HELP key, an 81 represents SHIFT - HELP, and a 145 means CONTROL - HELP

Keys Pressed PEEK(732)