Skip to content

Linx Instruction Set Architecture Manual (AsciiDoc)

This directory contains the AsciiDoc ISA manual for the Linx Instruction Set Architecture (Linx ISA). The latest stable profile is v0.58. The manual is written in AsciiDoc and built to PDF using asciidoctor-pdf (via Bundler).

The content is specific to Linx’s design (block-structured control flow, BSTART/BSTOP, ClockHands temporaries, template instructions like FENTRY, etc).

Build

From this directory:

make pdf

Outputs: - build/linxisa-isa-manual.pdf

Release artifacts

  • Current stable manual release notes: docs/releases/v0.58.0.md
  • Latest release page: https://github.com/LinxISA/linx-isa/releases/latest

Regenerate generated sections

The current generated manual sections are derived from the v0.58 catalog: - isa/v0.58/linxisa-v0.58.json

Regenerate:

make gen

Note: build/ is gitignored; local build outputs are not committed to the repository.