Skip to navigation

Elite on the BBC Micro and NES

Drawing pixels: TWOS2

[NES version, Bank 7]

Name: TWOS2 [Show more] Type: Variable Category: Drawing pixels Summary: Ready-made double-pixel character row bytes for the space view Deep dive: Drawing pixels in the NES version
Context: See this variable in context in the source code References: This variable is used as follows: * DrawDash uses TWOS2

Ready-made bytes for plotting two-pixel points the space view. See the PIXEL routine for details.
.TWOS2 EQUB %11000000 EQUB %11000000 EQUB %01100000 EQUB %00110000 EQUB %00011000 EQUB %00001100 EQUB %00000110 EQUB %00000011