title: "SetCharsetLocation" description: TRSE built-in method (from IDE help)
SetCharsetLocation
Systems: C64, PLUS4, C128, VIC20, MEGA65
Parameters: n
C64/128
This method lets the user set the charset address on the local VIC bank. For instance, if you have included a character set at $2000 in memory, you simply use SetCharsetLocation($2000) to use the charset. If you include your charset data on $6000 at bank 1, you can either use $2000 or $6000.
Address value must start with 0 and increment with $0800 bytes, so values must be $0, $0800, $1000, $1800 etc.
VIC-20
SetCharsetLocation must take one of the following parameters:$1000, $1400, $1800, $1C00, $8000, $8400, $8800, $8C00