From d29ef2b128c651fa83f1d923290d66cc8eb63223 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 9 Mar 2022 12:34:04 -0500 Subject: Add yasm as fallback for nasm language --- docs/markdown/snippets/asm.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/markdown/snippets') 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. -- cgit v1.1