# 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/specifications/isa-spec-pdf/
  - https://rv8.io/isa

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

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