Home Page
BASIC Handbook
Basic2 Commands Disk Drives PEEK's and POKE's RAM Memory Map ROM Memory Map Screen Display Sprite ASCII and CHR$ Codes
eMail email5-commodorecheetah.co.uk
Note: You will need to replace the '-' with the @ symbol. This is to minimize spam.
Screen Display Codes
POKE 53272,21 - switch to uppercase mode POKE 53272,23 - switch to lowercase mode To Poke a Character on to screen enter: POKE (1024 to 2023) , code
POKE 53272,21 - switch to uppercase mode POKE 53272,23 - switch to lowercase mode
To Poke a Character on to screen enter: POKE (1024 to 2023) , code
Codes from 128-255 are reversed images of codes 0-127.