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-11-27 08:10:07 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
25e65498af
nasm
/
output
/
outmacho.mac
5 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
macros: win32 and win64 are COFF, not Mach-O Somehow the win32 and win64 aliases got listed on Mach-O, not on COFF. This doesn't have any effect on the current code, but might in the future. Correct. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-09-10 00:37:37 +08:00
OUT: macho
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