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

https://github.com/zzucch/trying-asm


https://github.com/zzucch/trying-asm

assembly c sorting-algorithms

Last synced: 2 months ago
JSON representation

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