jcmeyrignac·il y a 3 mois·discussDelivering is cheap, but maintenance is expensive... if not impossible!
jcmeyrignac·il y a 7 mois·discussI remember him, since he won a PHP contest of DownNOut (I finished second).Another programmer had the same pseudo, but was working on the Atari ST.
jcmeyrignac·il y a 9 mois·discussYou can optimize further by unrolling the loop. For example: .L2: move.w d1,(a0) move.w d1,(a0) move.w d1,(a0) move.w d1,(a0) dbra d0,.L2 rts