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

https://github.com/cybersecurity-dev/Assembly-Toolkit?tab=readme-ov-file

Assembly Toolkit
https://github.com/cybersecurity-dev/Assembly-Toolkit?tab=readme-ov-file

nasm nasm-assembly nasm-example nasm-programs nasm-sample

Last synced: 3 months ago
JSON representation

Assembly Toolkit

Awesome Lists containing this project

README

          

# [Assembly](https://en.wikipedia.org/wiki/X86_assembly_language) Toolkit
[![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

## Installation
### 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
```

You can access the Awesome Assembly Programming Language [here](https://github.com/cybersecurity-dev/awesome-assembly-programming-language)