Ryand1234 / Assembly-language

Assembly Language Practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <File Name>

To convert to Executable file execute ld -o <Output File Name> <Linker File Name>

About

Assembly Language Practice


Languages

Language:Assembly 96.3%Language:C 1.9%Language:Makefile 1.8%