Partially implemented RFE #2471534 and some other minor improvements
[fw/sdcc] / device / lib / z80 / memmove.s
index 55462ef8fe2e4eeacc6229c9d28653cdd772d51b..76d21a2ccede241ebc57ef7d6c12bca906f53633 100644 (file)
@@ -6,8 +6,8 @@
 
 _memmove:
        push    ix
-       ld      ix,#0
-       add     ix,sp
+       ld      ix, #0
+       add     ix, sp
        ld      c, 8(ix)
        ld      b, 9(ix)
        ld      a, c