Hi,
Please tell me how to specify the absolute address for assembly file
sections?
Example:
----------
----------
.rdata
.word 1
.word 2
.text
----------
----------
subu $sp,$sp, -4
----------
----------
In the above example, I need to assign absolute address for .rdata,
.text sections.
Regards
K.Feroz