predefined symbols in nasm?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
carbonBased

predefined symbols in nasm?

Post by carbonBased »

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
Post Reply