Page 1 of 1

ARM reference info?

PostPosted: May 2, 2001 @ 4:36pm
by Digby
I'm looking for info on the ARM instruction set.  Anyone know if the ARM Reference Manual is online, preferably in Adobe Acrobat (.pdf) format?<br><br>

Re: ARM reference info?

PostPosted: May 2, 2001 @ 5:35pm
by Dan East
You might be able to find what you're looking for here ;) :<br><br><br>Note that the ARM C++ compiler included with eVC++ does not support inline assembly.<br><br>Dan East<br>

Re: ARM reference info?

PostPosted: May 3, 2001 @ 12:13am
by Digby
Thanks for the link Dan.  <br><br>Yes, I found out the C++ compiler doesn't support inline assembly but there is an ARM assembler with the tools.  I suppose that will have to do.  It's unfortunate since my routines are going to be very short - just some fixed point stuff that needs to use 32-bit register pairs (SMUL).