https://github.com/m4n3dw0lf/assembly-x64
My Collection of x64 Assembly programs with NASM
https://github.com/m4n3dw0lf/assembly-x64
assembly assembly-collection nasm
Last synced: about 1 month ago
JSON representation
My Collection of x64 Assembly programs with NASM
- Host: GitHub
- URL: https://github.com/m4n3dw0lf/assembly-x64
- Owner: m4n3dw0lf
- License: gpl-3.0
- Created: 2017-06-24T03:24:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T02:32:19.000Z (over 6 years ago)
- Last Synced: 2025-03-01T22:42:10.329Z (about 2 months ago)
- Topics: assembly, assembly-collection, nasm
- Language: Assembly
- Homepage:
- Size: 22.5 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



[](https://blockchain.info/address/1Eggia3JXwWiR4mkVqztionNUfs2N3ghAd)
# Assembly-Collection
My Collection of x64 Assembly programs with NASM- Assembly with:
```
$ nasm -f elf64 .s -o .o
```- Link with:
```
$ ld .o -o
```- Run with:
```
$ ./
```