Skip to content

Commit 22da698

Browse files
author
Jim Wilson
committed
Merge branch 'rofirrim-master'
Add a reference to the assembler manual.
2 parents 093b80b + e4982e8 commit 22da698

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

riscv-elf.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,10 @@ Enum | ELF Reloc Type | Description | Details
436436
Nonstandard extensions are free to use relocation numbers 192-255 for any
437437
purpose. These relocations may conflict with other nonstandard extensions.
438438

439+
This section and later ones contain fragments written in assembler. The precise
440+
assembler syntax, including that of the relocations, is described in the
441+
[RISC-V Assembly Programmer's Manual](https://github.com/riscv/riscv-asm-manual).
442+
439443
### Address Calculation Symbols
440444

441445
The following table provides details on the variables used in address calculation:

0 commit comments

Comments
 (0)