From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 11 Mar 2005 07:56:18 -0700 From: "Ronald G. Minnich" To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] ARM question In-Reply-To: <67a651c0310f7c5ca6bb56ff60448af8@hamnavoe.com> Message-ID: References: <67a651c0310f7c5ca6bb56ff60448af8@hamnavoe.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: russcox@gmail.com Topicbox-Message-UUID: 230e4b14-ead0-11e9-9d60-3106f5b1d025 On Fri, 11 Mar 2005, Richard Miller wrote: > Exactly. MOVW.P x,d(Ry) means "store x at the address pointed to > by Ry, then increment Ry by d". It's the exact equivalent of > "*Ry++ = x" in C, if d is sizeof(*Ry). > gotcha. Thanks for the info. I knew the code was probably right, I just couldn't make any sense of it. ron