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

https://github.com/ryand1234/assembly-language

Assembly Language Practice
https://github.com/ryand1234/assembly-language

assembly

Last synced: 8 months ago
JSON representation

Assembly Language Practice

Awesome Lists containing this project

README

          

# Assembly Language

This Repo contain practice codes for Assembly Language

## To Execute the Code

In your terminal type `sudo apt install nasm`

To create a linker file `nasm -f elf64 -g -F stabs `

To convert to Executable file execute `ld -o `