Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

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?

0
Posted

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?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123