You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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