Hi,
I wonder if there is something similar to the special token $$ supported by NASM which can get the assembly position at the beginning of the current section with Gnu Assembler ?
Get the assembly position with GAS
Re: Get the assembly position with GAS
No, unfortunately there isn't. You'll have to place a label at the start of each section.0000 wrote:Hi,
I wonder if there is something similar to the special token $$ supported by NASM which can get the assembly position at the beginning of the current section with Gnu Assembler ?
Re: Get the assembly position with GAS
Damn, it's pity :/
thanks for reply.
thanks for reply.