Skip to navigation

Elite on the BBC Micro and NES

Flight: ou2, Removed

[Elite-A, Flight]

Name: ou2, Removed [Show more] Type: Subroutine Category: Flight Summary: Display "E.C.M.SYSTEM DESTROYED" as an in-flight message
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
\ --- Mod: Code removed for Elite-A: ------------------> \.ou2 \ \ LDA #108 \ Set A to recursive token 108 ("E.C.M.SYSTEM") \ \ EQUB &2C \ Fall through into ou3 to print the new message, but \ \ skip the first instruction by turning it into \ \ &2C &A9 &6F, or BIT &6FA9, which does nothing apart \ \ from affect the flags \ --- End of removed code ----------------------------->