mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
|
OUT: rdf2
|
||
|
%define __SECT__ [section .text]
|
||
|
%imacro library 1+.nolist
|
||
|
[library %1]
|
||
|
%endmacro
|
||
|
%imacro module 1+.nolist
|
||
|
[module %1]
|
||
|
%endmacro
|
||
|
%macro __NASM_CDecl__ 1
|
||
|
%endmacro
|