awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
riscv avatar

riscv/riscv-isa-manual

0
View on GitHub↗
4,679 星标·840 分支·TeX·CC-BY-4.0·12 次浏览riscv.atlassian.net/browse/RVG-476↗

Riscv Isa Manual

RISC-V ISA Reference Manual 是定义 RISC-V 指令集架构的官方技术规范。它作为硬件架构标准,提供了一套完整的规则和定义,用于规范软件与 RISC-V 硬件之间的交互。

该项目以 Markdown 格式维护技术文档,并可转换为可搜索的 Web 版参考手册。

该规范为处理器硬件设计、底层固件开发、嵌入式系统编程和编译器后端工程提供了必要的参考。它包含了用于识别特定处理器实现的硬件标识技术细节。

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.

Star 历史

riscv/riscv-isa-manual 的 Star 历史图表riscv/riscv-isa-manual 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

riscv/riscv-isa-manual 是做什么的?

RISC-V ISA Reference Manual 是定义 RISC-V 指令集架构的官方技术规范。它作为硬件架构标准,提供了一套完整的规则和定义,用于规范软件与 RISC-V 硬件之间的交互。

riscv/riscv-isa-manual 的主要功能有哪些?

riscv/riscv-isa-manual 的主要功能包括:RISC-V ISA Implementations, Instruction Set Architecture References, Hardware Architecture Standards, Architecture Reference Manuals, Reference Manuals, Firmware Development Toolkits, Bare Metal Development, Compiler Backends。

riscv/riscv-isa-manual 有哪些开源替代品?

riscv/riscv-isa-manual 的开源替代品包括: 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…

Riscv Isa Manual 的开源替代方案

相似的开源项目,按与 Riscv Isa Manual 的功能重合度排序。
  • tinygo-org/tinygotinygo-org 的头像

    tinygo-org/tinygo

    17,529在 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
    在 GitHub 上查看↗17,529
  • tuhdo/os01tuhdo 的头像

    tuhdo/os01

    13,426在 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
    在 GitHub 上查看↗13,426
  • xitu/javascript-tutorial-zhxitu 的头像

    xitu/javascript-tutorial-zh

    10,760在 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
    在 GitHub 上查看↗10,760
  • doxygen/doxygendoxygen 的头像

    doxygen/doxygen

    6,506在 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++
    在 GitHub 上查看↗6,506
查看 Riscv Isa Manual 的所有 30 个替代方案→