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.
- Host: GitHub
- URL: https://github.com/andresweitzel/assemblerx86nasm
- Owner: andresWeitzel
- Created: 2020-07-28T18:48:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T21:14:12.000Z (over 4 years ago)
- Last Synced: 2025-02-01T12:46:23.860Z (3 months ago)
- Language: Assembly
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.