.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 RTSName: Unused duplicate of MULTU [Show more] Type: Subroutine Category: Maths (Arithmetic) Summary: An unused duplicate of the MULTU routineContext: 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.
[X]
Label MUL6K is local to this routine