An open API service indexing awesome lists of open source software.

https://github.com/cybersecurity-dev/assembly-toolkit

Assembly Development Toolkit
https://github.com/cybersecurity-dev/assembly-toolkit

assembly-language development-toolkit nasm nasm-assembly nasm-example nasm-programs nasm-sample

Last synced: 4 days ago
JSON representation

Assembly Development Toolkit

Awesome Lists containing this project

README

          






# [Assembly](https://wikipedia.org/wiki/X86_assembly_language) Development Toolkit

[![Android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)]()
[![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://github.com/cybersecurity-dev/Bash-Toolkit?tab=readme-ov-file#programming-language)
[![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?style=for-the-badge&logo=windows11&logoColor=white)](https://github.com/cybersecurity-dev/PowerShell-Toolkit?tab=readme-ov-file#programming-language)
[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://youtube.com/playlist?list=PL9V4Zu3RroiXc0OUA9u4KQtYUFAQog0WX&si=PY8IncGQsTuUkjGi)
[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white)](https://www.reddit.com/r/Assembly_language)


GitHub
 
YouTube
 
My Awesome Lists

## 📖 Contents
- [Installation Steps](#installation-steps)
- [My Awesome Lists](#my-awesome-lists)
- [Contributing](#contributing)
- [Contributors](#contributors)

## Installation Steps

### NASM


For Debian, Ubuntu, Linux Mint

```bash
sudo apt-get update && sudo apt-get install -y nasm
```


For RHEL, Fedora, AlmaLinux

```bash
sudo dnf install -y nasm
```


For Arch, Manjaro, EndeavourOS

```bash
sudo pacman -S nasm
```

##

### My Awesome Lists
You can access the my awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)

### Contributing

[Contributions of any kind welcome, just follow the guidelines](contributing.md)!

### Contributors

[Thanks goes to these contributors](https://github.com/cybersecurity-dev/Assembly-Toolkit/graphs/contributors)!

[🔼 Back to top](#assembly-development-toolkit)