Re: A89: recursion question


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

Re: A89: recursion question




-----Original Message-----
From: EeulPlek <axeeodyx@easley.net>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Sunday, November 29, 1998 1:17 PM
Subject: Re: A89: recursion question


*CLIP*
> move.l #stuff,d5 ;Puts the *address* of stuff in D5
> move.l (stuff),d5 ;Copies the value in stuff to D5 (like on Z80)
> move.l stuff,d5 ;Exactly the same as above
> move.l stuff(pc),d5 ;Same as above, but PC-relative (faster, smaller)
*CLIP*

Can you explain the xxx(pc) thing to me again?  I didn't catch it the first time around.

-Miles Raymond