https://github.com/cybersecurity-dev/awesome-assembly-programming-language
Awesome Assembly Programming Language
https://github.com/cybersecurity-dev/awesome-assembly-programming-language
List: awesome-assembly-programming-language
assembly-language assembly-language-programming awesome awesome-list awesome-lists
Last synced: 3 months ago
JSON representation
Awesome Assembly Programming Language
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/awesome-assembly-programming-language
- Owner: cybersecurity-dev
- License: cc0-1.0
- Created: 2025-07-22T22:02:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T22:03:46.000Z (4 months ago)
- Last Synced: 2025-07-23T00:14:45.561Z (4 months ago)
- Topics: assembly-language, assembly-language-programming, awesome, awesome-list, awesome-lists
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome [Assembly](https://en.wikipedia.org/wiki/Assembly_language) [Programming](https://en.wikipedia.org/wiki/X86_assembly_language) [Language](https://en.wikipedia.org/wiki/X86_instruction_listings) [](https://awesome.re)
[](https://youtube.com/playlist?list=PL9V4Zu3RroiXc0OUA9u4KQtYUFAQog0WX&si=PY8IncGQsTuUkjGi) [](https://www.reddit.com/r/Assembly_language)
## Assembler
- [NASM](https://github.com/netwide-assembler/nasm) - A cross-platform [x86 assembler](https://www.nasm.us/) with an Intel-like syntax.
## IDE (_Integrated Development Environment_)
- [CPUlator](https://cpulator.01xz.net/) - CPUlator is a Nios II, ARMv7, MIPS, and RISC-V RV32 simulator of a computer system (**processor and I/O devices**) and debugger that runs in a modern web browser.
- [MARS](https://github.com/dpetersanderson/MARS/) - [MARS](https://computerscience.missouristate.edu/mars-mips-simulator.htm) (original) MIPS Assembler and Runtime Simulator.
- [RARS](https://github.com/TheThirdOne/rars) - [RARS](https://cass-kul.github.io/tutorials/rars/), the RISC-V Assembler, Simulator, and Runtime, will assemble and simulate the execution of RISC-V assembly language programs.
- [SASM](https://github.com/Dman95/SASM) - Simple crossplatform [IDE](https://dman95.github.io/SASM/) for [NASM](https://en.wikipedia.org/wiki/Netwide_Assembler), [MASM](https://en.wikipedia.org/wiki/Microsoft_Macro_Assembler), [GAS](https://en.wikipedia.org/wiki/GNU_Assembler), [FASM](https://en.wikipedia.org/wiki/FASM) assembly languages
##
### Installation
You can access the installation steps in [here](https://github.com/cybersecurity-dev/Assembly-Toolkit?tab=readme-ov-file#installation)