We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310fb05 commit c80181aCopy full SHA for c80181a
src/graphx/graphx.asm
@@ -5887,10 +5887,8 @@ _MultiplyHLDE:
5887
; DE : Operand 2
5888
; Outputs:
5889
; HL = HL*DE
5890
- push iy
5891
- push hl
5892
push de
5893
- jr DEused
+ pop bc
5894
5895
;-------------------------------------------------------------------------------
5896
_MultiplyHLBC:
@@ -5903,7 +5901,7 @@ _MultiplyHLBC:
5903
5901
push iy
5904
5902
push hl
5905
push bc
5906
-DEused: push hl
+ push hl
5907
ld iy,0
5908
ld d,l
5909
ld e,b
0 commit comments