bebbo / gcc

Bebbo's gcc-6-branch for m68k-amigaos
GNU General Public License v2.0
33 stars 11 forks source link

FEATURE REQUEST: enable MOVE2.L D0:D1,(EA) for Apollo 68080 CPU #222

Closed GunnarVB closed 4 months ago

GunnarVB commented 7 months ago

Hello Bebbo,

Many thanks for enabling usage of: MOVE2.l (ea),D0:D1

This real cool.

Could you please also enable the other way around? I'm seeing a lot pairs of MOVE pairs like this, that would be nice to combine.

    move.l a6,(sp)
    move.l d0,-(sp)

    move.l d2,-(sp)
    move.l d6,-(sp)

    move.l a0,(320,a2)
    move.l a0,(324,a2)

    move.l d4,(444,a2)
    move.l d3,(448,a2)

many thanks in advance