To place data and code in a specific memory location there are two general steps that must be performed.
- Use pragma compiler directives to tell the compiler which part of the code is going to be relocated.
- Tell the linker where the code will be placed within the memory map using LCF definitions.