summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* Update instruction set to match latest specificationBen Bridle4 days
| | | | | This is the change that moves and simplifies the jump and shift instructions.
* Partially restructure the libraryBen Bridle2025-03-25
This also changes bit-shifting semantics, shifting left and then right instead of the other way around.