Skip to content

feat: mips, mars support#247

Merged
WillLillis merged 5 commits intobergercookie:masterfrom
WillLillis:mips
Jun 23, 2025
Merged

feat: mips, mars support#247
WillLillis merged 5 commits intobergercookie:masterfrom
WillLillis:mips

Conversation

@WillLillis
Copy link
Collaborator

@WillLillis WillLillis commented Jun 12, 2025

This adds support for the mips architecture and mars assembler

The server can be configured to work with mips and mars with the following .asm-lsp.toml file:

[default_config]
version = "0.10.0"
assembler = "mars"
instruction_set = "mips"

[default_config.opts]
compiler = "mars"
compile_flags_txt = ["a"]
diagnostics = true
default_diagnostics = false

Merge Checklist:

@WillLillis WillLillis force-pushed the mips branch 2 times, most recently from e9f0876 to 45178ad Compare June 23, 2025 01:03
@WillLillis WillLillis marked this pull request as ready for review June 23, 2025 01:07
@WillLillis WillLillis merged commit 54f9cb5 into bergercookie:master Jun 23, 2025
15 checks passed
@WillLillis WillLillis deleted the mips branch June 23, 2025 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add MIPS architecture

1 participant

Comments