GNU Info

Info Node: (nasm.info)Section 4.8.3

(nasm.info)Section 4.8.3


Next: Section 4.8.4 Prev: Section 4.8.2 Up: Section 4.8
Enter node , (file) or (file)node

4.8.3. `__NASM_VER__': NASM Version string
------------------------------------------

   The single-line macro `__NASM_VER__' expands to a string which
defines the version number of nasm being used. So, under NASM 0.98.32
for example,

             db      __NASM_VER__

   would expand to

             db      "0.98.32"


automatically generated by info2www version 1.2.2.9