aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/asm.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/asm.md')
-rw-r--r--docs/markdown/snippets/asm.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/markdown/snippets/asm.md b/docs/markdown/snippets/asm.md
index be8b0cb..a68f163 100644
--- a/docs/markdown/snippets/asm.md
+++ b/docs/markdown/snippets/asm.md
@@ -2,10 +2,7 @@
When the `nasm` language is added to the project, `.asm` files are
automatically compiled with NASM. This is only supported for x86 and x86_64 CPU
-family.
-
-Support for other compilers compatible with NASM language, such as YASM, could
-be added in the future.
+family. `yasm` is used as fallback if `nasm` command is not found.
Note that GNU Assembly files usually have `.s` extension and were already built
using C compiler such as GCC or CLANG.