X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2Fz80%2Fmul.s;h=6dd917a1ec2c5961c24c9d838c5d27695915fa51;hb=4d4cea3d78badb61025545d2736d0318e969ce16;hp=424554a732d994920348a779be65c34f3a2c466f;hpb=ac2a3bee4ffe024a919c1b360cc888679a45f326;p=fw%2Fsdcc diff --git a/device/lib/z80/mul.s b/device/lib/z80/mul.s index 424554a7..6dd917a1 100644 --- a/device/lib/z80/mul.s +++ b/device/lib/z80/mul.s @@ -3,6 +3,8 @@ ; This multiplication routine is similar to the one ; from Rodnay Zaks, "Programming the Z80". +; Now replaced by a builtin for code generation, but +; still called from some asm files in this directory. __muluchar_rrx_s:: ld hl, #2+1 add hl, sp