A collection of small x86-64 assembly programs and experiments for learning purposes.
- Assembler: MASM (or UASM/JWasm for Linux users)
- Environment: Visual Studio or any editor of choice with MSVC Build Tools installed.
- Assembler: NASM
- Environment: Any editor of choice.
- Windows:
link.exe(MSVC) - Linux:
ld(GNU Binutils)
/MASM: Programs using MASM syntax./NASM: Programs using NASM syntax.