mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
|
OUT: elf elf32 elf64
|
||
|
%define __SECT__ [section .text]
|
||
|
%macro __NASM_CDecl__ 1
|
||
|
%define $_%1 $%1
|
||
|
%endmacro
|
||
|
%macro osabi 1+.nolist
|
||
|
[osabi %1]
|
||
|
%endmacro
|