VS Code
From MSX Game Library
While MSXgl can be used with any source code editor, there are some very useful features that work specifically with Visual Studio Code.
Source code debugging
Using the Emulicious's VS Code extension, you can debug your C source code directly from VS Code.
See details: Emulators#How to debug using VS Code.
Recommended extensions
ASxxxx Cross Assembler and Linker
This extension gives you syntax colorization for SDCC-compatible assembler used in MSXgl: asz80.
Once the extension has been installed, add these file associations to languages:
Item | Value |
---|---|
*.asm | asz80 |
*.as | asz80 |