Skip to navigation


Maths (Arithmetic): Unused duplicate of MULTU

[Elite-A, Parasite]

Name: Unused duplicate of MULTU [Show more] Type: Subroutine Category: Maths (Arithmetic) Summary: An unused duplicate of the MULTU routine
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file

This is a duplicate of the MULTU routine, but with no entry label, so it can't be called by name. It is unused, and could have been culled to save a few bytes (24 to be precise), but it's still here, unnamed, unloved and unvisited, through no fault of its own.
.MUL6K \ This label is a duplicate of a label in the MULTU \ routine \ \ In the original source this label is MUL6, but \ because BeebAsm doesn't allow us to redefine labels, \ I have renamed it to MUL6K BCC P%+4 ADC T ROR A ROR P DEX BNE MUL6K RTS