The ASM Rosetta Stone This respository contains the ASM Rosetta Stone, a small snippet of C that you can use to learn a new assembly varian…
The ASM Rosetta Stone This respository contains the ASM Rosetta Stone, a small snippet of C that you can use to learn a new assembly varian…
This respository contains the ASM Rosetta Stone, a small snippet of C that you can use to learn a new assembly variant in a short amount of time.
To get started with studying assembly languages using Rosetta Stone, follow these steps:
git clone https://github.com/lowlevellearning/rosetta-stone.git
./setup.sh
make all
Alternatively, you can compile the code for individual architectures using the respective target names:
make powerpc
make arm
make aarch64
The compiled executables will be named ppc (for powerpc), arm (for arm), and aarch64 (for aarch64).
No open issues yet, or sync has not completed.