I'm kinda new to 68k assembly, so I was reading the assembly lessons at technoplaza, but I think the code there doesn't work with a68k, for what I read, the source and dest are flipped, anyway... can anyone help me "translate" it?, specifically, this lines: lea (%sp,-3840),%sp move.l (%a0,4*memcpy),%a2 movem.l (%sp)+,%d3-%d7/%a2-%a6 with that I think I can find my way. tia, ra.-