#23772 - krozen - Wed Jul 21, 2004 10:01 am
Hey guys, does any one know the exact size of a pointer to a 16 bit integer in C.Im presuming its 16 bits, as it contains a memory address.....
#23774 - Cearn - Wed Jul 21, 2004 11:32 am
If I recall correctly, pointers are usually int-sized. 32bits in the GBA's case.
#23782 - poslundc - Wed Jul 21, 2004 1:50 pm
You can consider it confirmed: all pointers on the ARM processor are 32-bit. Irregardless of the data type being pointed to.
Dan.