"[" , "]" and nasm

From: RoWsRaIrTiEo (non_at_esist.eeee)
Date: 03/14/04


Date: Sun, 14 Mar 2004 09:49:17 GMT

Is there any difference if I write (for the nasm assembler)

section .text use32 class=code
section .data use32
section .const use32

or

[section .text use32 class=code]
[section .data use32]
[section .const use32]

??



Relevant Pages

  • Re: A (mild-mannered) defense of RosAsm
    ... section .text use32 ... section .const use32 ... extern GetStdHandle | import GetStdHandle kernel32.dll ...
    (alt.lang.asm)
  • Esempio
    ... section .text use32 ... section .const use32 ... extern GetStdHandle; import GetStdHandle kernel32.dll ... e=NoExitString| putz(); ...
    (alt.lang.asm)