Hello everyone, How can I use __NASM_MAJOR__ and NASM_MINOR__ inside a conditional %if ?is it possible to write something like this ?code]%if __NASM_MAJOR__ >= 2 and __NASM_MINOR__ >= 14...%endif