GNU Info

Info Node: (nasm.info)Section 4.8.2

(nasm.info)Section 4.8.2


Next: Section 4.8.3 Prev: Section 4.8.1 Up: Section 4.8
Enter node , (file) or (file)node

4.8.2. `__NASM_VERSION_ID__': NASM Version ID
---------------------------------------------

   The single-line macro `__NASM_VERSION_ID__' expands to a dword
integer representing the full version number of the version of nasm
being used. The value is the equivalent to `__NASM_MAJOR__',
`__NASM_MINOR__', `__NASM_SUBMINOR__' and `___NASM_PATCHLEVEL__'
concatenated to produce a single doubleword. Hence, for 0.98.32p1, the
returned number would be equivalent to:

             dd      0x00622001

   or

             db      1,32,98,0

   Note that the above lines are generate exactly the same code, the
second line is used just to give an indication of the order that the
separate values will be present in memory.


automatically generated by info2www version 1.2.2.9