mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-05 16:51:27 +08:00
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
|
OUT: obj
|
||
|
%define __SECT__ [section .text]
|
||
|
%imacro group 1+.nolist
|
||
|
[group %1]
|
||
|
%endmacro
|
||
|
%imacro uppercase 0+.nolist
|
||
|
[uppercase %1]
|
||
|
%endmacro
|
||
|
%imacro export 1+.nolist
|
||
|
[export %1]
|
||
|
%endmacro
|
||
|
%imacro import 1+.nolist
|
||
|
[import %1]
|
||
|
%endmacro
|
||
|
%macro __NASM_CDecl__ 1
|
||
|
%endmacro
|