summaryrefslogtreecommitdiff
path: root/output/outcoff.mac
blob: c9ecb54c13a535b8a5d2223938d95cd0d4b53e9d (plain)
1
2
3
4
5
6
7
8
9
10
OUT: coff
%define __SECT__ [section .text]
%macro __NASM_CDecl__ 1
%endmacro
%imacro export 1+.nolist
[export %1]
%endmacro
%imacro safeseh 1.nolist
[safeseh %1]
%endmacro