|
- Added an option to dump vectors as C array initializers for easy import into
the STM32 sample driver
- Added an option to dump entire core memory to assist debugging in hardware
- Reading from bank now returns a copy of its contents, not a link
- Reworked how carry propagation works (no more in-place overwrites)
- Implemented "caching" of bank contents to match how things actually work in
hardware (eg. after switching to twice smaller modulus before doing the CRT
ladder, the upper half of the larger modulus stays in place)
- Optimized microcode
- Various cosmetic fixes
|