build(ASM/lsp): adding the lsp's asm configuration

This commit is contained in:
Raphael 2026-03-23 13:42:28 +01:00
parent 1907e4f2b2
commit 42586d45d5
No known key found for this signature in database

18
ASM/.asml-lsp.toml Normal file
View file

@ -0,0 +1,18 @@
[[project]]
path = ""
version = "0.10.1"
assembler = "nasm"
instruction_set = "x86/x86-64"
[project.opts]
compiler = "nasm"
compile_flags_txt = [
"-f",
"elf64",
"-F",
"dwarf",
"-g",
]
diagnostics = true
default_diagnostics = false