Re: C programming on ARM
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Wed, 30 Jan 2008 23:23:08 -0000
On 2008-01-30, Wilco Dijkstra <Wilco_dot_Dijkstra@xxxxxxxxxxxx> wrote:
Actually most architectures are byte addressable, including ARM,
True, but many of them (ARM, SPARC, MSP430, ...) have alignment
requirements for objects larger than 1 byte in size.
so casting pointers just works.
Unless the resulting pointer is misaligned.
Of course it's essential to know what you're doing - well
written programs rarely need pointer casts.
--
Grant Edwards grante Yow! It was a JOKE!!
at Get it?? I was receiving
visi.com messages from DAVID
LETTERMAN!! !
.
- Follow-Ups:
- Re: C programming on ARM
- From: Wilco Dijkstra
- Re: C programming on ARM
- References:
- C programming on ARM
- From: aamer
- Re: C programming on ARM
- From: Arlet Ottens
- Re: C programming on ARM
- From: Jim Relsh
- Re: C programming on ARM
- From: CBFalconer
- Re: C programming on ARM
- From: Paul Keinanen
- Re: C programming on ARM
- From: Hans-Bernhard Bröker
- Re: C programming on ARM
- From: Wilco Dijkstra
- C programming on ARM
- Prev by Date: Re: C programming on ARM
- Next by Date: Re: C programming on ARM
- Previous by thread: Re: C programming on ARM
- Next by thread: Re: C programming on ARM
- Index(es):
Relevant Pages
|