This website requires JavaScript.
Explore
Help
Sign In
mirror
/
nasm
Watch
2
Star
0
Fork
0
You've already forked nasm
mirror of
https://github.com/netwide-assembler/nasm.git
synced
2024-12-21 09:19:31 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9a1f9f5ab6
nasm
/
output
/
outaout.mac
5 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
outaout.mac: aoutb is an alias for aout 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>
2008-09-10 00:53:20 +08:00
OUT: aout aoutb
Move the output format macros into the macros.pl mechanism Move the handling of "extra" macros (i.e. output format macros) into the macros.pl mechanism. This allows us to change the format of the internal macro store in the future - e.g. to a single byte store without redundant pointers. Also, stop using indicies into a long array when there is no good reason to not just use different arrays.
2008-06-21 06:20:16 +08:00
%define __SECT__ [section .text]
%macro __NASM_CDecl__ 1
%endmacro
Reference in New Issue
Copy Permalink