During program writing, to construct a table in the Program Memory, how is an absolute address setup? If it is not suitable to use ORG are there other methods?
Answer The ORG expression is directed at the present section start address offset and is not an absolute address, therefore SECTION can be used to construct a Table with absolute addresses, for example: Table .section at 300 ‘code’ can place the following Table start address at the absolute value of 300.
Related Questions
- When writing my program, if I want to create a Table in Program Memory, how do I start my table at a specific address? If the ORG statement is not suitable are their other methods of implementation?
- Are there any limitations on the address of the interrupt dispatch table, interrupt stack and program stack?
- I would like to submit something in writing to the iPLEDGE program. Is there a mailing address I should use?