Skip to navigation

Elite on the BBC Micro and NES

Maths (Arithmetic): MUT3, Removed

[Elite-A, Docked]

Name: MUT3, Removed [Show more] Type: Subroutine Category: Maths (Arithmetic) Summary: An unused routine that does the same as MUT2
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file

This routine is never actually called, but it is identical to MUT2, as the extra instructions have no effect.
\ --- Mod: Code removed for Elite-A: ------------------> \.MUT3 \ \ LDX ALP1 \ Set P = ALP1, though this gets overwritten by the \ STX P \ following, so this has no effect \ \ \ Fall through into MUT2 to do the following: \ \ \ \ (S R) = XX(1 0) \ \ (A P) = Q * A \ --- End of removed code ----------------------------->