mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
5618e0063d
aoutb is an alias format for aout (in the sense they use the same macro set.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
OUT: aout aoutb
|
|
%define __SECT__ [section .text]
|
|
%macro __NASM_CDecl__ 1
|
|
%endmacro
|