mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
|
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
|