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
Move the output format macros into the macros.pl mechanism
[nasm.git]
/
output
/
outbin.mac
blob
d0ae2a3d50bcdb04471b007bfcf340cc705a4f1b
1
OUT: bin
2
%define __SECT__ [section .text]
3
%imacro org 1+.nolist
4
[org %1]
5
%endmacro
6
%macro __NASM_CDecl__ 1
7
%endmacro