.ECBLB LDA #DOBULB \ Send a #DOBULB 255 command to the I/O processor to JSR OSWRCH \ tell it to draw the E.C.M. indicator bulb on the LDA #255 \ dashboard, and return from the subroutine using a tail JMP OSWRCH \ callName: ECBLB [Show more] Type: Subroutine Category: Dashboard Summary: Light up the E.C.M. indicator bulb ("E") on the dashboard by sending a #DOBULB 255 command to the I/O processorContext: See this subroutine in context in the source code Variations: See code variations for this subroutine in the different versions References: This subroutine is called as follows: * ECMOF calls ECBLB
This draws (or erases) the E.C.M. indicator bulb ("E") on the dashboard.
[X]
Configuration variable DOBULB = 140
The OSWRCH number for the #DOBULB command
[X]
Configuration variable OSWRCH = &FFEE
The address for the OSWRCH routine