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

https://github.com/magervalp/asmheap

Heap data structure in 6502 assembler
https://github.com/magervalp/asmheap

Last synced: 12 months ago
JSON representation

Heap data structure in 6502 assembler

Awesome Lists containing this project

README

          

Implementation of a [heap](http://en.wikipedia.org/wiki/Heap_%28data_structure%29) in 6502 assembler, with a test suite attached.

Built and tested with [cc65](http://cc65.github.io/cc65/) v2.14.

![asmheap100](https://cloud.githubusercontent.com/assets/404393/2861953/74471642-d1e9-11e3-8c13-735ac38e41c9.png)