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
- Host: GitHub
- URL: https://github.com/magervalp/asmheap
- Owner: MagerValp
- Created: 2014-05-02T10:00:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-02T12:18:19.000Z (about 12 years ago)
- Last Synced: 2025-02-09T19:18:18.160Z (over 1 year ago)
- Language: C
- Size: 152 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.
