This command initialises the memory used for the PCG High RESolution graphics. The HIRES command must be issued before using any of the SET, PLOT, RESET, etc. commands. If the HIRES command is preceded by a CLS command, the flashing cursor will be turned off before any graphics work is done.
Program Example.
00100 HIRES
00110 PLOT 200,100 TO 250,100 TO 250,200 TO 200,100
00120 END