Administrator
|
The Screen is 256 x 512 pixels.
The Screen occupies memory addresses 16384..24757 inclusive, so there are 8192 words of memory in the screen. Therefore, each Screen word controls 16 pixels. (Details in 4.2.5.)
You don't need nested loops setting each pixel individually; it is sufficient to set each of the Screen words to all black or all white pixels.
--Mark
|