This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Inline assembly......
- To: phdm at macqel dot be
- Subject: Re: Inline assembly......
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 4 Jul 2000 23:16:13 +0200
- CC: Mark_Farr/ARC at arccores dot com, gcc at gcc dot gnu dot org
- References: <200007041533.RAA05880@mail.macqel.be>
> I'd rather think he simply meant (if 0xfedcba98 is the address of the register):
>
> #define THE_REGISTER (*((volatile unsigned char *)0xfedcba98))
>
> value = THE_REGISTER;
Why did he pick the subject "Inline assembly", then?
Martin