Bitwise array library
Root / Submissions / [.]
MZ952Created:
Download:QKS8NE96Version:Size:
I might've made one of these before, but I can't remember and I couldn't find the old code so...
It's a library that treats integer arrays as binary arrays of any length. Has functions to push, pop, unshift, and shift bits on/off the stack, as well as functions like copy/ringcopy, fill, insert & remove. The functions _set and _get are used to, wait for it, set and get bits in the array.
You have to dimension an integer array first with the _dim function so the functions can use it.
There are no errors.
No posts yet (will you be the first?)