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
insns.dat: collapse relaxed forms
[nasm.git]
/
output
/
outobj.mac
blob
ef60638a115020eab46b1b83a2c36f000237e7f2
1
OUT: obj
2
%define __SECT__ [section .text]
3
%imacro group 1+.nolist
4
[group %1]
5
%endmacro
6
%imacro uppercase 0+.nolist
7
[uppercase %1]
8
%endmacro
9
%imacro export 1+.nolist
10
[export %1]
11
%endmacro
12
%imacro import 1+.nolist
13
[import %1]
14
%endmacro
15
%macro __NASM_CDecl__ 1
16
%endmacro