Skip to content

Commit c80181a

Browse files
committed
Revert "_MultiplyHLDE a little bit faster (#117)"
This reverts commit a5bc3e8.
1 parent 310fb05 commit c80181a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/graphx/graphx.asm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5887,10 +5887,8 @@ _MultiplyHLDE:
58875887
; DE : Operand 2
58885888
; Outputs:
58895889
; HL = HL*DE
5890-
push iy
5891-
push hl
58925890
push de
5893-
jr DEused
5891+
pop bc
58945892

58955893
;-------------------------------------------------------------------------------
58965894
_MultiplyHLBC:
@@ -5903,7 +5901,7 @@ _MultiplyHLBC:
59035901
push iy
59045902
push hl
59055903
push bc
5906-
DEused: push hl
5904+
push hl
59075905
ld iy,0
59085906
ld d,l
59095907
ld e,b

0 commit comments

Comments
 (0)