Reference of all x96 Assembly instructions and opcodes
- Comprehensive Documentation: Detailed descriptions of all x96 instructions, including their syntax, semantics, and usage examples.
- Clear and Concise: Easy-to-understand explanations and well-structured content for quick reference.
- Organized Structure: Instructions are categorized by function and grouped logically for efficient navigation.
- Cross-Platform Compatibility: The documentation is designed to be accessible across various platforms and devices.
This documentation is built using VuePress, a static site generator powered by Vue.js. VuePress provides a simple and efficient way to create documentation websites.
-
Clone the repository:
git clone https://github.com/Ignitem/x96-reference.git cd x96-reference
-
Install dependencies:
npm install
-
Start the development server:
npm run docs:dev
-
Access the documentation: Open
http://localhost:8080
in your web browser.
To build the documentation for production, run the following command:
npm run docs:build
- Browse the Documentation: Explore the available instructions by navigating through the categories and subcategories.
- Search for Specific Instructions: Use the search bar to quickly find the instruction you need.
- Read the Instruction Descriptions: Each instruction page provides a detailed explanation of its functionality, syntax, and usage examples.
This project is licensed under the GNU General Public License v2.0, see the LICENSE
file for details.
For any questions or feedback, please contact us via GitHub Issues.