Skip to navigation

Elite on the BBC Micro and NES

Drawing pixels: CTWOS

[Elite-A, Encyclopedia]

Name: CTWOS [Show more] Type: Variable Category: Drawing pixels Summary: Ready-made single-pixel character row bytes for mode 5 Deep dive: Drawing colour pixels in mode 5
Context: See this variable in context in the source code References: No direct references to this variable in this source file

Ready-made bytes for plotting one-pixel points in mode 5 (the bottom part of the split screen). See the dashboard routines SCAN, DIL2 and CPIX2 for details.
.CTWOS EQUB %10001000 EQUB %01000100 EQUB %00100010 EQUB %00010001