SDK v22.4.0
New targets
- [fds] Initial support and wrappers for BIOS functions for the Famicom Disk System - @TheEssem
New features
- [neo6502] #408 - Add mouse API support - @patrick-flynn
- [rp6502] #413 - Support for RP6502 Version 0.14 - @rumbledethumps
- #417 - Improved mos-sim trace ergonomics - @lashtear
Bug fixes
- llvm-mos/llvm-mos#510 - Fix SPC700 BRA opcode bugs - @asiekierka
- llvm-mos/llvm-mos#508 - FIx critical heap-use-after-free in InstructionSelect analysis pointer management - @johnwbyrd
- llvm-mos/llvm-mos#514 - Fix crash when using
cas output constraint in inline assembly - @GorillaSapiens