The MASM Forum

64 bit assembler => UASM Assembler Development => Topic started by: mabdelouahab on February 05, 2024, 03:26:48 AM

Title: ARM64
Post by: mabdelouahab on February 05, 2024, 03:26:48 AM
I used "gccLinux64" makefile to create the UASM binary for aarch64 Linux (For use with RaspberryPi) , it works well, but how do I compile  a code targeting ARM64 architecture using UASM
Title: Re: ARM64
Post by: HSE on February 05, 2024, 12:37:38 PM
You can use that like cross-assembler.


Later: not so clear I think.

You can use UASM in ARM64 to build x86/x64 binaries.
Title: Re: ARM64
Post by: tenkey on February 08, 2024, 01:00:03 PM
You don't. ARM64 instructions are different. UASM targets only x86 architectures.