awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
riscv avatar

riscv/riscv-isa-manual

0
View on GitHub↗
4,679 estrellas·840 forks·TeX·CC-BY-4.0·12 vistasriscv.atlassian.net/browse/RVG-476↗

Riscv Isa Manual

El Manual de Referencia de la ISA RISC-V es la especificación técnica oficial que define la arquitectura del conjunto de instrucciones RISC-V. Sirve como estándar de arquitectura de hardware y un conjunto integral de reglas y definiciones que gobiernan la interacción entre el software y el hardware RISC-V.

El proyecto se mantiene como documentación técnica basada en markdown, que se convierte en una referencia buscable basada en la web.

Esta especificación proporciona la referencia necesaria para el diseño de hardware de procesadores, desarrollo de firmware de bajo nivel, programación de sistemas embebidos e ingeniería de backend de compiladores. Incluye detalles técnicos para la identificación de hardware para identificar implementaciones de procesadores específicas.

Features

  • RISC-V ISA Implementations - Provides the official architectural specification for implementing physical CPU cores.
  • Instruction Set Architecture References - Defines the comprehensive rules and interaction between software and hardware via the instruction set.
  • Hardware Architecture Standards - Acts as a standardized blueprint to ensure software portability across various RISC-V implementations.
  • Architecture Reference Manuals - Serves as the official technical reference manual for the RISC-V instruction set architecture.
  • Reference Manuals - Provides the official technical specification defining the RISC-V instruction set architecture.
  • Firmware Development Toolkits - Defines register and instruction behaviors required for writing low-level bootloaders and kernels.
  • Bare Metal Development - Provides the necessary instruction and mode definitions for developing bare-metal applications.
  • Compiler Backends - Serves as the primary reference for creating machine code generation and optimization passes.
  • Static Markdown Documentation - Provides technical documentation authored in Markdown and served as a searchable static website.
  • Markdown Documentation - Presents technical architectural manuals using structured Markdown for web-based reference.

Historial de estrellas

Gráfico del historial de estrellas de riscv/riscv-isa-manualGráfico del historial de estrellas de riscv/riscv-isa-manual

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Riscv Isa Manual

Proyectos open-source similares, clasificados según cuántas características comparten con Riscv Isa Manual.
  • tinygo-org/tinygoAvatar de tinygo-org

    tinygo-org/tinygo

    17,529Ver en GitHub↗

    TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to resource-constrained microcontrollers and WebAssembly environments. It provides a bare-metal runtime environment that enables high-level code execution without the need for a traditional operating system, utilizing an LLVM-based backend to generate efficient machine instructions. The project distinguishes itself through aggressive optimization techniques tailored for small hardware, including a static memory allocation strategy and whole-program dead code elimination that significantly re

    Goadafruitarduinoarm
    Ver en GitHub↗17,529
  • tuhdo/os01Avatar de tuhdo

    tuhdo/os01

    13,426Ver en GitHub↗

    This project is an educational resource and technical reference for building operating systems from scratch. It provides a comprehensive guide to mastering x86 architecture and implementing core kernel components by writing code that executes directly on hardware without the support of standard libraries or operating system abstractions. The materials focus on low-level systems engineering, teaching users how to interpret technical datasheets to manage hardware resources. It covers the fundamental mechanics of bare-metal programming, including the use of assembly language to define execution

    TeXbookoperating-system
    Ver en GitHub↗13,426
  • xitu/javascript-tutorial-zhAvatar de xitu

    xitu/javascript-tutorial-zh

    10,760Ver en GitHub↗

    This project is a structured JavaScript programming tutorial and frontend development learning resource. It serves as a programming educational resource designed to teach core coding principles, fundamental syntax, and complex programming patterns. The content functions as a modern JavaScript language guide and language specification guide, with instructional materials based on current industry standards and technical specifications for contemporary web development. The resource is authored as markdown-based technical documentation and delivered as static HTML pages.

    HTML
    Ver en GitHub↗10,760
  • doxygen/doxygenAvatar de doxygen

    doxygen/doxygen

    6,506Ver en GitHub↗

    Doxygen is a source code documentation generator and multi-language API reference tool. It extracts annotated comments from source code to create structured technical manuals and searchable software libraries in formats including HTML, LaTeX, and PDF. The project functions as a static code analysis visualizer, generating call graphs, class diagrams, and inheritance hierarchies to illustrate codebase structure. It also serves as an XML documentation export engine, producing structured metadata that can be transformed via XSLT or third-party tools. Beyond API extraction, the tool provides a Ma

    C++
    Ver en GitHub↗6,506
Ver las 30 alternativas a Riscv Isa Manual→

Preguntas frecuentes

¿Qué hace riscv/riscv-isa-manual?

El Manual de Referencia de la ISA RISC-V es la especificación técnica oficial que define la arquitectura del conjunto de instrucciones RISC-V. Sirve como estándar de arquitectura de hardware y un conjunto integral de reglas y definiciones que gobiernan la interacción entre el software y el hardware RISC-V.

¿Cuáles son las características principales de riscv/riscv-isa-manual?

Las características principales de riscv/riscv-isa-manual son: RISC-V ISA Implementations, Instruction Set Architecture References, Hardware Architecture Standards, Architecture Reference Manuals, Reference Manuals, Firmware Development Toolkits, Bare Metal Development, Compiler Backends.

¿Qué alternativas de código abierto existen para riscv/riscv-isa-manual?

Las alternativas de código abierto para riscv/riscv-isa-manual incluyen: tinygo-org/tinygo — TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to… tuhdo/os01 — This project is an educational resource and technical reference for building operating systems from scratch. It… xitu/javascript-tutorial-zh — This project is a structured JavaScript programming tutorial and frontend development learning resource. It serves as… doxygen/doxygen — Doxygen is a source code documentation generator and multi-language API reference tool. It extracts annotated comments… kxxwz/sjtu-courses — SJTU-Courses is a collaborative academic material archive and resource repository. It serves as a community-driven hub… clxering/effective-java-3rd-edition-chinese-english-bilingual — This project is a bilingual Java programming guide and educational resource that provides professional Java coding…