summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Remove trailing semicolons in stack macrosBen Bridle2024-08-30
| | | | The compiler warned that these are a deprecated syntactic form.
* Fix SHF instructionBen Bridle2024-05-18
| | | | | | | The wrong shifting operation was being used for the SHF operation. The 'wrapping' operations were shifting by the given distance, modulo eight, which was yielding incorrect results for shift distances greater than seven.
* Add expanded debug signalsBen Bridle2024-04-16
|
* Change processor code to match updated Bedrock specificationv2.0.0Ben Bridle2024-01-20
| | | | | | | | | - The LKD and SKD operations have been removed - SHF/SHC have been moved to after LDD/STD - SWP/ROT/DUP/OVR have been rearranged to be DUP/OVR/SWP/ROT - NOT/AND have been rearranged to be AND/NOT - PSK has been added, placed after PSH - SPL has been added, placed after POP
* First commitv1.0.0Ben Bridle2023-12-24