Skip to content

Commit 5d8baa7

Browse files
apazoscmuellner
authored andcommitted
Revised the Command Line Arguments section to eliminate first-person comments.
1 parent deca18a commit 5d8baa7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/asm-manual.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
== Command-Line Arguments
22

3-
I think it's probably better to beef up the binutils documentation rather than
4-
duplicating it here.
3+
This manual covers the standard RISC-V assembly language.
4+
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.
514

615
== Registers
716

0 commit comments

Comments
 (0)