Skip to content

Commit e4982e8

Browse files
committed
Add a reference to the assembler manual
1 parent f1ce16f commit e4982e8

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
### Assembler Relocation Functions
440444

441445
The following table lists assembler functions for emitting relocatable symbol references:

0 commit comments

Comments
 (0)