Keystone is a multi-arch, multi-platform assembler framework for Arm, Arm64 (AArch64/Armv8), MIPS, Sparc, PowerPC, x86 (16/32/64-bit), SystemZ, Hexagon and more.
Keystone is a multi-arch, multi-platform assembler framework for Arm, Arm64 (AArch64/Armv8), MIPS, Sparc, PowerPC, x86 (16/32/64-bit), SystemZ, Hexagon and more. It is clean/simple/lightweight with an architecture-neutral API, and implemented in C/C++ with bindings for Java, MASM, C#, PowerShell, Perl, Python, NodeJS, Ruby, Go, Rust, Haskell, VB6 & OCaml available. It is based on LLVM, and has native support for Windows & *nix (with macOS, Linux, *BSD & Solaris confirmed).
Keystone is a multi-arch, multi-platform assembler framework for Arm, Arm64 (AArch64/Armv8), MIPS, Sparc, PowerPC, x86 (16/32/64-bit), SystemZ, Hexagon and more. It is clean/simple/lightweight with an architecture-neutral API, and implemented in C/C++ with bindings for Java, MASM, C#, PowerShell, Perl, Python, NodeJS, Ruby, Go, Rust, Haskell, VB6 & OCaml available. It is based on LLVM, and has native support for Windows & *nix (with macOS, Linux, *BSD & Solaris confirmed).
To install keystone, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install keystone
To see what files were installed by keystone, run:
port contents keystone
To later upgrade keystone, run:
sudo port selfupdate && sudo port upgrade keystone
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.