mirror of
https://github.com/OlivierGuinart/Merlin32ForVSCode.git
synced 2024-11-21 22:33:28 +00:00
Merlin32 extension for Visual Studio Code
.vscode | ||
Images | ||
src | ||
strings | ||
syntaxes | ||
Test | ||
.gitignore | ||
CHANGELOG.md | ||
language-configuration.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
merlin32 README
Visual Studio Code language extension for 6502 Merlin32 cross-assembler (http://brutaldeluxe.fr/products/crossdevtools/merlin/index.html).
Provides the ability to develop 6502 assembly programs within a modern IDE.
Features
- Syntax coloring
- Statement completion
- Opcodes tooltip
Requirements
N/A
Extension Settings
Not yet, but coming in a future update, to hold settings such as Merlin32 executable path, and emulator path as well (see future
branch for a working prototype).
Known Issues
This is work in progress...
Release Notes
1.0.0
Initial release.