Multiplatform 65816 Assembly Development tools

Download the toolkit 
Download the latest sample code
Introduction
These 65816 tools are a collection of free software I have collected together with some scripts to allow them to be easily used.

These tools are intended to allow a relative beginner to compile simple programs that will compile to multiple 65816 destination systems.
All compilation is done with 'VASM' via a set of batch files (found in \Utils\Wladx).... and a copy of Notepad++ is provided for code editing

Code can be easily assembled via Notepad++ by pressing F6 to use NppExec, and selecting one of the destinations... the appropriate batch file will be executed building the program, and the emulator started

Disclaimer
Please use these tools at your own risk.
They are provided freely in the hope they will be of use, and have been tested to the best of my ability but I cannot test in all situations or guarantee they will not harm your computer in some unexpected way.
Getting Started
Extract the files from the archive into a folder on your machine - you need to preserve the directory structure
To start run "Ndrive.bat" this will create a virtual X drive on your machine... if X is in use, V or W will be ued.

From that N drive use "Notepad++" to edit
when you are done use "Ndrive-remove" to remove the X drive
Please see my Youtube channel for more examples of how to use these tools.