repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parser.c: fix stylistic nitpick
[nasm.git]
/
output
/
outelf.mac
blob
bd6f82e43ce8d52f3ef1da0ba5709a6cb9e7e84f
1
OUT: elf elf32 elf64
2
%define __SECT__ [section .text]
3
%macro __NASM_CDecl__ 1
4
%define $_%1 $%1
5
%endmacro
6
%macro osabi 1+.nolist
7
[osabi %1]
8
%endmacro