NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: alCoPaUL on March 28, 2023, 09:05:55 PM

Title: NASM and ARM64 MacOS (or ARM64 Windows)
Post by: alCoPaUL on March 28, 2023, 09:05:55 PM
so are there any plans to mod NASM and make it also assemble ARM64 MacOS assembly sources coz all new MacOS from the latest or last x86 MacOS looks like solid ARM64 all the way..

or ARM64 for native ARM64 Windows just in case Microsoft goes with the meme??
Title: Re: NASM and ARM64 MacOS (or ARM64 Windows)
Post by: tysonprogrammer on April 21, 2023, 10:20:29 PM
Does this help?

https://forum.nasm.us/index.php?topic=3600.msg15827#msg15827
Title: Re: NASM and ARM64 MacOS (or ARM64 Windows)
Post by: Frank Kotler on April 21, 2023, 10:54:29 PM
I think the link you provide is for x86. I don't think Nasm will touch  ARM.

Best,
Frank

Title: Re: NASM and ARM64 MacOS (or ARM64 Windows)
Post by: tysonprogrammer on May 26, 2023, 05:41:11 PM
Correc, I don't have an Mac ARM machine to test it on , using ARM instructions that is.
Title: Re: NASM and ARM64 MacOS (or ARM64 Windows)
Post by: alCoPaUL on June 11, 2023, 07:52:21 PM
thanks for the update..
Title: Re: NASM and ARM64 MacOS (or ARM64 Windows)
Post by: Deskman243 on June 30, 2023, 06:58:44 PM
What I understand from here is that when you source a language for assembly you get more applications in the multi-platform fields however you can confirm that NASM is based on x86 that is in fact different from Apple's ARM. Unless you have another active research reference I would suggest you try the NASM-X pages for more on the platform resources or if you really like to make a new reference for such a build.

Cheers!
Title: Re: NASM and ARM64 MacOS (or ARM64 Windows)
Post by: alCoPaUL on July 01, 2023, 03:36:31 PM
well, they call that cross platform development. :D

like visual studio 2010 full versions can create Itanium executable files under Windows 7 x64 bit intended for the Windows Itanium OSes..