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
- Host: GitHub
- URL: https://github.com/ryand1234/assembly-language
- Owner: Ryand1234
- Created: 2020-05-31T18:19:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:24:47.000Z (over 2 years ago)
- Last Synced: 2024-12-28T06:13:13.910Z (over 1 year ago)
- Topics: assembly
- Language: Assembly
- Homepage:
- Size: 5.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 `