Skip to content

1.5.5

Compare
Choose a tag to compare
@BartmanAbyss BartmanAbyss released this 30 Aug 19:37
· 276 commits to master since this release
  • NEW: VASM assembler with debugging support (PR#123 by merry^Architect)
    • GAS keeps the .s extension; VASM uses the .asm extension.
    • VASM has been modified to provide valid DWARF section names to make the extension debugger to work (although you can debug using the official version prefixing code section names with .text).
    • The assembly language provider has been updated to validate assembly sources against either GAS or VASM depending on the source code file extension.
    • Syntax highlighting, symbol search and error squiggles support.
  • NEW: DMA Control shows BltPri
  • NEW: assembly: hover over custom register name to get documentation
  • NEW: assembly: hover over status register bits to get more info
  • FIX: assembly: Find Ctrl+F now case-insensitive
  • FIX: screen: fix sprites over HAM
  • FIX: copper: improve performance
  • NEW: copper: Find Ctrl+F