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 46eefd5 commit a5bc3e8Copy full SHA for a5bc3e8
src/graphx/graphx.asm
@@ -5887,8 +5887,10 @@ _MultiplyHLDE:
5887
; DE : Operand 2
5888
; Outputs:
5889
; HL = HL*DE
5890
+ push iy
5891
+ push hl
5892
push de
- pop bc
5893
+ jr DEused
5894
5895
;-------------------------------------------------------------------------------
5896
_MultiplyHLBC:
@@ -5901,7 +5903,7 @@ _MultiplyHLBC:
5901
5903
push iy
5902
5904
push hl
5905
push bc
- push hl
5906
+DEused: push hl
5907
ld iy,0
5908
ld d,l
5909
ld e,b
0 commit comments