Re: A89: Re: Re: Re: ASM Question...


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

Re: A89: Re: Re: Re: ASM Question...




In a message dated 10/24/98 11:09:08 Eastern Daylight Time,
andern@stud.ntnu.no writes:

> So - would
>  	movem.l	d0-d2/a0,-(a7)
>  push a0, d2, d1 and d0 or just a0, d2 and d0?
>  

it pushes everything between d0 and d2, which includes d1
if you did movem.l	d0-d7/a0-a6,-(a7)   every register except a7 would get
pushed onto the stack