We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deca18a commit 5d8baa7Copy full SHA for 5d8baa7
src/asm-manual.adoc
@@ -1,7 +1,16 @@
1
== Command-Line Arguments
2
3
-I think it's probably better to beef up the binutils documentation rather than
4
-duplicating it here.
+This manual covers the standard RISC-V assembly language.
+
5
+Open-source assemblers, such as GNU and LLVM assemblers, adhere to the
6
+standards specified in this document.
7
8
+For example, typical command-line arguments can be found in the binutils
9
+user guide, which lists
10
+https://sourceware.org/binutils/docs/as.html#Overview[generic assembler command line options]
11
+as well as
12
+https://sourceware.org/binutils/docs/as.html#RISC_002dV_002dDependent[RISC-V-specific options],
13
+that are mostly applicable to both GNU and LLVM assemblers.
14
15
== Registers
16
0 commit comments