[futurebasic] Re: [FB] Toolbox FN RelString

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 1998 : Group Archive : Group : All Groups

From: Mark Goodes <wave@...>
Date: Wed, 30 Dec 1998 08:45:06 -0500
Staz wrote:
>LOCAL FN relString(@word1&,@word2&)
>  `     move.l  ^word1&,a0
>  `     move.l  ^word2&,a1
>  `     moveq   #0,d0
>  `     move.b  (a0)+,d0
>  `     swap    d0
>  `     move.b  (a1)+,d0
>  `     dc.w    $A050
>END FN

Just curious...I'm familiar with the first three statements, but what do
the following three statements do?
>  `     move.b  (a0)+,d0
>  `     swap    d0
>  `     move.b  (a1)+,d0
Thanks.

____________
wave (Toronto, Canada)