This code appears in the following versions (click to see it in the source code):
Code variations between these versions are shown below.
Name: ECMOF Type: Subroutine Category: Sound Summary: Switch off the E.C.M.
Switch the E.C.M. off, turn off the dashboard bulb and make the sound of the E.C.M. switching off).
This variation is blank in the Cassette, Disc (flight), Disc (docked), 6502 Second Processor and Master versions.
Other entry points: ECMOF-1 Contains an RTS
.ECMOF
This variation is blank in the Disc (docked) version.
Tap on a block to expand it, and tap it again to revert.
LDA #72 \ Call the NOISE routine with A = 72 to make the sound BNE NOISE \ of the E.C.M. being turned off and return from the \ subroutine using a tail call (this BNE is effectively \ a JMP as A will never be zero)