Skip to navigation


Dashboard: ECBT

[Apple II version]

Name: ECBT [Show more] Type: Variable Category: Dashboard Summary: The character bitmap for the E.C.M. indicator bulb
Context: See this variable in context in the source code References: This variable is used as follows: * ECBLB uses ECBT

The character bitmap for the E.C.M. indicator's "E" bulb that gets displayed on the dashboard. The E.C.M. indicator uses the first 5 rows of the space station's "S" bulb below, as the bottom 5 rows of the "E" match the top 5 rows of the "S". The bulb is seven pixels wide, so it fits into one character block, along with the colour palette in bit 7.
.ECBT EQUB %01111111 ; x x x x x x x EQUB %01111111 ; x x x x x x x EQUB %00000111 ; x x x . . . .