blob: b9d7807e4dfe67078367cda6f04131f043e3ab5b [file] [log] [blame]
%ifdef foo
mov ax, foo
%endif
%ifdef bar
mov ax, bar
%endif
%define foo 5
%ifdef foo
mov ax, foo
%endif
%ifdef bar
mov ax, bar
%endif