doc/developer: require asm for RISC-V

Explicitly document our usage of assembly, following suit with other
architectures.

Signed-off-by: J. Dekker <jdek@itanimul.li>
This commit is contained in:
Jean-Baptiste Kempf 2023-12-05 10:56:55 +01:00 committed by J. Dekker
parent 22daf2148f
commit 6e26a5a64e
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ The specific syntax used for writing assembly is:
NASM on x86;
@item
GAS on ARM.
GAS on ARM and RISC-V.
@end itemize
A unit testing framework for assembly called @code{checkasm} lives under