Re: A89: Starting out assembly, need help


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

Re: A89: Starting out assembly, need help




In a message dated 12/2/98 11:06:17 AM Eastern Standard Time,
nlmueller@students.wisc.edu writes:

> Not in that order, you just need to be sure that the stack pointer is at
>  the same place that it was when the program started.
>  
>  	--Nate

so lf l push four words onto the stack, then before the end of the program l
need to 
add #8,a7
like that?
Also, what's the difference between
move.w #3,d0
and
move.w \3,d0
do they do the same thing?