9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard Miller <9fans@hamnavoe.com>
To: russcox@gmail.com, 9fans@cse.psu.edu
Subject: Re: [9fans] ARM question
Date: Fri, 11 Mar 2005 08:59:52 +0000	[thread overview]
Message-ID: <67a651c0310f7c5ca6bb56ff60448af8@hamnavoe.com> (raw)
In-Reply-To: <ee9e417a0503101405303258f3@mail.gmail.com>

> perhaps the argument to MOVW.P is the final
> (post-increment) value instead of the value used
> during the write.

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).

-- Richard



  reply	other threads:[~2005-03-11  8:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-10 21:55 Ronald G. Minnich
2005-03-10 22:05 ` Russ Cox
2005-03-11  8:59   ` Richard Miller [this message]
2005-03-11 13:02     ` Bruce Ellis
2005-03-11 13:10       ` Charles Forsyth
2005-03-11 13:21         ` Bruce Ellis
2005-03-11 13:16     ` boyd, rounin
2005-03-11 14:56     ` Ronald G. Minnich
2005-03-11 15:04     ` boyd, rounin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=67a651c0310f7c5ca6bb56ff60448af8@hamnavoe.com \
    --to=9fans@hamnavoe.com \
    --cc=9fans@cse.psu.edu \
    --cc=russcox@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).