HIRES2

This command initialises the extended, faster HIRES graphics mode. Unlike the HIRES command, the HIRES2 command will access the full graphics capability of the Premium Series microbees. All other related commands (e.g., SET, PLOT, RESET) should be used in the same fashion as they would with the HIRES command.

Program Example.

00100 HIRES2
00110 FOR X = 0 TO 511
00120 PLOT X,225 TO 51l-X,0
00130 NEXT X
00140 FOR Y = 0 TO 255
00150 PLOT 0,Y TO 511,255-Y
00160 NEXT Y
00170 GOTO 170
00180 END  

Try it

See also HIRES, LORES, PLOT, SET, INVERT, RESET.