aboutsummaryrefslogtreecommitdiff
path: root/lang/asm-lsp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/asm-lsp/pkg-descr')
-rw-r--r--lang/asm-lsp/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/asm-lsp/pkg-descr b/lang/asm-lsp/pkg-descr
new file mode 100644
index 000000000000..ffb1e3742c32
--- /dev/null
+++ b/lang/asm-lsp/pkg-descr
@@ -0,0 +1,8 @@
+asm-lsp provides hovering and autocompletion for assembly files written in the
+GAS/NASM or GO assembly flavors. It supports assembly files for the x86 or
+x86_64 instruction sets.
+
+This tool can serve as reference when reading the assembly output of a program.
+This way you can query what each command exactly does and deliberate about
+whether the compiler is producing the desired output or whether you have to
+tweak your code for optimisation.