Skip to content

title: "SetScreenLocation" description: TRSE built-in method (from IDE help)


SetScreenLocation

Systems: C64, PLUS4, C128, VIC20, MEGA65
Parameters: n


Sets the location of the screen.

VIC-20

SetScreenLocation($1000); // screen located at $1000 Value must be $1000,$1400,$1800, $1C00, $8000, $8400, $8800 or $8C00

C64/C128

Value must be $X000, $X400,$X800 or $Xc00 where X can be 0-F Not implemented yet.