Are there any predefined symbols with nasm?
I thought Tasm/Masm had symbols which you could "import" into your assembly which defined the start and ending addresses of the text, code and bss segments, umong other things, no doubt.
I can't seem to find such a similar mechanism in nasm.
Any ideas?
Jeff