From 42586d45d5da94c35b72d60b1f9e2ac6635878ca Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 23 Mar 2026 13:42:28 +0100 Subject: [PATCH] build(ASM/lsp): adding the lsp's asm configuration --- ASM/.asml-lsp.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ASM/.asml-lsp.toml diff --git a/ASM/.asml-lsp.toml b/ASM/.asml-lsp.toml new file mode 100644 index 0000000..c908466 --- /dev/null +++ b/ASM/.asml-lsp.toml @@ -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 +