Update bucket sort algorithm

This commit is contained in:
GabrielTofvesson 2019-04-08 22:04:51 +02:00
parent 2702d98253
commit 866d4eeb6b

@ -4,7 +4,8 @@
#define LIST_SIZE 0x20
#define HASH_MASK 0b1111000
// Put 0x1337 at address 0 in program-memory
#data 0x00 0x1337
//// FOR TESTING PURPOSES ONLY ////