Skip to navigation


Dashboard: SPBT

[Apple II version]

Name: SPBT [Show more] Type: Variable Category: Dashboard Summary: The bitmap definition for the space station indicator bulb
Context: See this variable in context in the source code References: This variable is used as follows: * BULB uses SPBT * SPBLB uses SPBT

The bitmap definition for the space station indicator's "S" bulb that gets displayed on the dashboard. The bulb is seven pixels wide, so it fits into one character block, along with the colour palette in bit 7.
.SPBT EQUB %01111111 ; x x x x x x x EQUB %01111111 ; x x x x x x x EQUB %00000111 ; x x x . . . . EQUB %01111111 ; x x x x x x x EQUB %01111111 ; x x x x x x x EQUB %01110000 ; . . . . x x x EQUB %01111111 ; x x x x x x x EQUB %01111111 ; x x x x x x x