Getting started
There are no dedicated IDEs for 65c816 assembly. You can use any ASCII editor, such as Notepad or VS Code. However, some people made various plugins for existing code editors to add extra features, such as syntax highlighting:
Assembly files are generally saved with the file extension ".asm".
Last modified 1yr ago