Skip to navigation

Elite on the BBC Micro and NES

Drawing pixels: TWOS2

[6502 Second Processor version, I/O processor]

Name: TWOS2 [Show more] Type: Variable Category: Drawing pixels Summary: Ready-made double-pixel character row bytes for mode 1
Context: See this variable in context in the source code Variations: See code variations for this variable in the different versions References: This variable is used as follows: * PIXEL uses TWOS2

Ready-made bytes for plotting two-pixel dashes in mode 1 (the top part of the split screen).
.TWOS2 EQUB %11001100 EQUB %01100110 EQUB %00110011 EQUB %00110011