Merlin32 extension for Visual Studio Code
Go to file
Olivier Guinart 7d27e53b8e Updating publisher name in package.json from olivierguinart to olivier-guinart 2017-11-10 11:10:38 -08:00
.vscode Implementation of tooltips on hover 2017-09-04 17:50:23 -07:00
Images Added an icon 2017-09-24 12:45:34 -07:00
Test helloworld.s to replace test.s 2017-09-23 18:18:04 -07:00
src hover functionality final refactoring 2017-09-23 18:16:06 -07:00
strings Implementation of tooltips on hover 2017-09-04 17:50:23 -07:00
syntaxes Support in regex for --^ and double-quotes don't auto-complete anymore in strings 2017-08-31 19:42:51 -07:00
.gitignore Changed version from 0.0.1 to 1.0.0 and added *.vsix to .gitignore 2017-09-24 12:22:32 -07:00
CHANGELOG.md Changed version from 0.0.1 to 1.0.0 and added *.vsix to .gitignore 2017-09-24 12:22:32 -07:00
README.md Added an icon 2017-09-24 12:45:34 -07:00
language-configuration.json Support in regex for --^ and double-quotes don't auto-complete anymore in strings 2017-08-31 19:42:51 -07:00
package-lock.json Implementation of tooltips on hover 2017-09-04 17:50:23 -07:00
package.json Updating publisher name in package.json from olivierguinart to olivier-guinart 2017-11-10 11:10:38 -08:00
tsconfig.json Implementation of tooltips on hover 2017-09-04 17:50:23 -07:00

README.md

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

Features

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.