view nasmbuild/nasm-2.13rc9/test/br3074517.asm @ 10554:587a0a262d22

<moonythedwarf> ` cd nasmbuild; tar -xf nasm.tar.gz
author HackBot
date Thu, 30 Mar 2017 20:58:41 +0000
parents
children
line wrap: on
line source

;%define UNDEFINED
%macro macro 0
    %ifndef UNDEFINED
        %rep 1
            %fatal This should display "fatal: (m:3)"
        %endrep
    %endif
    %fatal This should display "fatal: (m:6)" if 'UNDEFINED' defined
%endmacro

macro