This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Inline assembly......
- To: Mark_Farr/ARC at arccores dot com
- 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 00:23:35 +0200
- CC: gcc at gcc dot gnu dot org
- References: <OF1D2586A9.8533B1B8-ON80256911.004094C8@risccores.com>
> Is it possible to read a value from a register and use the result in
> the program?
Sure is.
> I have read through the docs but cant see a mention of such a
> feature.
Have a look at (gcc)Extended Asm.
Regards,
Martin