Defining Variables at Absolute Addresses with gcc

Many compilers offer a way to allocate a variable at an absolute address. For example for the Freescale S08 compiler, I can place my variable at a given address: This is very useful (and needed) e.g. if the hardware (like … Continue reading Defining Variables at Absolute Addresses with gcc