bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
267 stars 18 forks source link

support for 6502 + ca65 #169

Open spikegrobstein opened 1 week ago

spikegrobstein commented 1 week ago

I just came across this project and it looks awesome. The only assembly I ever write is 6502 (for the NES, generally) using ca65 (https://cc65.github.io/doc/ca65.html)

it would be awesome if asm-lsp support this!

WillLillis commented 1 week ago

We're currently working on adding a number of architectures, happy to add this one to the list! :)