diff --git a/.asm-lsp.toml b/.asm-lsp.toml new file mode 100644 index 0000000..1a86d58 --- /dev/null +++ b/.asm-lsp.toml @@ -0,0 +1,17 @@ +[[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