[A89] Re: assembly "translation"


[Prev][Next][Index][Thread]

[A89] Re: assembly "translation"




> 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

lea 3840(sp),sp

> move.l  (%a0,4*memcpy),%a2

move.l 4*memcpy(a0),a2
(memcpy is a constant, right?)

> movem.l (%sp)+,%d3-%d7/%a2-%a6

movem.l (sp)+,d3-d7/a2-a6

--
 / Niklas Brunlid
Check out Prosit for the TI-89 / TI-92+ at http://prosit.ticalc.org
Random PQF v5.1 Quote follows:

"You can't go around building a better world for people. Only people
can build a better world for people. Otherwise it's just a cage."
        -- (Terry Pratchett, Witches Abroad)





Follow-Ups: References: