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:
parent
22daf2148f
commit
6e26a5a64e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue