- 6502
- Basic syntax highlighting for 6502 assembly (ASM6)
- 500 Installs
Readme
6502 provides basic syntax highlighting for the 6502 assembly language.
Language Support
6502 currently supports syntax highlighting for the following 6502 features:
- Operations
- Preprocessor directives for ASM6
- System values such as registers
- Labels
- Comments
- Values (hex, binary, integer)
- Strings
Changelog
Version 0.0.3
- update repo and issues URLs to codeberg
Version 0.0.2
- remove trailing comma in extension list (which may have been causing files without extensions to be matched)
Version 0.0.1
- initial release