You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
README.md | 1 year ago | |
bubble-sort.s | 1 year ago | |
insertion-sort.s | 1 year ago | |
quick-sort.s | 1 year ago | |
selection-sort.s | 1 year ago |
README.md
Sorting in 6502
I figured if I'm going to learn how sorting algorithms work, what better way than as close to the metal as possible?
How To Run
All of these implementations rely on Minicube64 to run. Download that and in the folder with your Minicube64 executable, run ./minicube ./path/to/file
.