libasm/.asm-lsp.toml

17 lines
252 B
TOML

[[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