https://github.com/zzucch/trying-asm
https://github.com/zzucch/trying-asm
assembly c sorting-algorithms
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zzucch/trying-asm
- Owner: zzucch
- Created: 2023-05-22T13:35:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T15:20:56.000Z (about 3 years ago)
- Last Synced: 2025-07-04T07:43:49.133Z (12 months ago)
- Topics: assembly, c, sorting-algorithms
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## bubblesort
Reads int numbers (max 1000) from input.txt, sorts them in increasing order (via inline asm) and writes to output.txt
## n-greatest-numbers
Reads int numbers (max 1000) from input.txt, sorts them in increasing order, chooses N greatest of them (all via inline asm) and writes to output.txt
i think everything is x86-64 at&t gas gcc