Skip to content

Commit

Permalink
here we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Oct 28, 2024
1 parent d0d095a commit 9d0da3d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,20 @@ compile_flags_txt = [

Valid options for the `instruction_set` field include:

- ``"x86"``
- ``"x86-64"``
- ``"x86/x86-64"`` (Enable both)
- ``"arm"``
- ``"arm64"``
- ``"riscv"``
- ``"z80"``
- `"x86"`
- `"x86-64"`
- `"x86/x86-64"` (Enable both)
- `"arm"`
- `"arm64"`
- `"riscv"`
- `"z80"`

Valid options for the `assembler` field include:

- ``"gas"``
- ``"go"``
- ``"masm"``
- ``"nasm"``
- `"gas"`
- `"go"`
- `"masm"`
- `"nasm"`

Don't see an architecture and/or assembler that you'd like to work with? File an
[issue](https://github.com/bergercookie/asm-lsp/issues/new/choose)! We would be
Expand Down

0 comments on commit 9d0da3d

Please sign in to comment.