B
bahadir.balban
Hi,
When you define an array base with a define statement, like
#define ARRAY_BASE 0x1000;
and access it, such as
ARRAY_BASE[x]
how does the compiler distinguish the offset? It is one-word wide by
default perhaps? (i.e. usually 32 bits)
Bahadir
When you define an array base with a define statement, like
#define ARRAY_BASE 0x1000;
and access it, such as
ARRAY_BASE[x]
how does the compiler distinguish the offset? It is one-word wide by
default perhaps? (i.e. usually 32 bits)
Bahadir