NASM Forum > Programming with NASM

Flat memory model (Windows)

(1/1)

Korybut:
Hello!

Is possible to write code avoiding section directive and use flat memory model? If yes what object-file format and what linker I should use in this case?

fredericopissarra:
Not advisable. Code must go to `.text` section and data must go to `.data`, `.bss` or  `.rodata` sections.

Navigation

[0] Message Index

Go to full version