Routines
Prev:
C8DB
Up:
Map
Next:
C8EF
C8E8: Utilities routine - Multiply two values
Used by the routines at
9AC5
,
C745
,
C8EF
and
CE67
.
Input
DE
Operand
B
Operand
Output
HL
Result
C8E8
LD HL,$0000
C8EB
ADD HL,DE
C8EC
DJNZ $C8EB
C8EE
RET
Prev:
C8DB
Up:
Map
Next:
C8EF