ocaml
Version:
OCaml Compiler as an esy npm Package
19 lines (12 loc) • 468 B
Markdown
# 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