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

https://github.com/andresweitzel/assemblerx86nasm

Desarrollando instrucciones, estructuras, procedimientos, etc en lenguaje ensamblador.
https://github.com/andresweitzel/assemblerx86nasm

Last synced: 27 days ago
JSON representation

Desarrollando instrucciones, estructuras, procedimientos, etc en lenguaje ensamblador.

Awesome Lists containing this project

README

        

# Assemblerx86NASM
Desarrollando instrucciones, estructuras, procedimientos, etc en lenguaje ensamblador.

//Tecnologias//
Arquitectura:x86.
Ensamblador:NASM.
Sintaxis:Intel
Sistema Operativo:ParrotSecutity 4.9.1.
Editor de Texto: Geany 1.36.

//Instalaciones//
sudo apt install nasm.
sudo apt install geany.