NASM - The Netwide Assembler

NASM Forum => Summer of Code Ideas => Topic started by: H. Peter Anvin on March 13, 2009, 06:23:51 PM

Title: Finish the Macho-O64 (64-bit MacOS X) backend
Post by: H. Peter Anvin on March 13, 2009, 06:23:51 PM
MacOS X uses a binary format called Mach-O.  Right now we have a 32-bit Mach-O backend, but the 64-bit Mach-O backend has been a work in progress for a long time.  It needs to be completed.
Title: Re: Finish the Macho-O64 (64-bit MacOS X) backend
Post by: Keith Kanios on January 24, 2010, 10:20:01 PM
This has been completed, although any enhancements to either the 32-bit or 64-bit Mach-O backend would be much appreciated.