Merlin32ForVSCode/README.md

34 lines
661 B
Markdown
Raw Permalink Normal View History

2017-08-29 02:15:42 +00:00
# merlin32 README
2017-09-24 19:18:23 +00:00
Visual Studio Code language extension for 6502 Merlin32 cross-assembler (http://brutaldeluxe.fr/products/crossdevtools/merlin/index.html).
2017-08-29 02:15:42 +00:00
2017-09-24 19:18:23 +00:00
Provides the ability to develop 6502 assembly programs within a modern IDE.
2017-08-29 02:15:42 +00:00
2017-09-24 19:18:23 +00:00
## Features
2017-08-29 02:15:42 +00:00
2017-09-24 19:18:23 +00:00
* Syntax coloring
* Statement completion
* Opcodes tooltip
2017-08-29 02:15:42 +00:00
2017-09-24 19:45:34 +00:00
![Features](Images/merlin32VSCodeNearest.gif)
2017-08-29 02:15:42 +00:00
## Requirements
2017-09-24 19:18:23 +00:00
N/A
2017-08-29 02:15:42 +00:00
## Extension Settings
2017-09-24 19:18:23 +00:00
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).
2017-08-29 02:15:42 +00:00
## Known Issues
2017-09-24 19:45:34 +00:00
This is work in progress...
2017-08-29 02:15:42 +00:00
## Release Notes
### 1.0.0
2017-09-24 19:18:23 +00:00
Initial release.
2017-08-29 02:15:42 +00:00