Move the output format macros into the macros.pl mechanism
[nasm/autotest.git] / output / outbin.mac
blobd0ae2a3d50bcdb04471b007bfcf340cc705a4f1b
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