# Supported platforms

RISC-V in 64-bit mode, general variant, a.k.a `RV64G`.

Debian architecture name: `riscv64`

# Reference documents

* Instruction set specification:
  - https://riscv.org/technical/specifications/

* ELF ABI specification:
  - https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc

* Assembly language manual
  - https://github.com/riscv/riscv-asm-manual/blob/master/riscv-asm.md
