Routines
Prev:
C94E
Up:
Map
Next:
C962
C95B: Utilities routine - Multiply two values
Used by the routines at
99E3
,
9BA7
,
C7AE
and
C962
.
Input
DE
Operand
B
Operand
Output
HL
Result
C95B
LD HL,$0000
C95E
ADD HL,DE
C95F
DJNZ $C95E
C961
RET
Prev:
C94E
Up:
Map
Next:
C962