CREXX

REXX Language implementation

View the Project on GitHub adesutherland/CREXX

RXAS Human Instruction Reference

This folder is the human-focused RXAS reference. It is intentionally separate from docs/ai-context implementation notes and from the historical generated VM-spec instruction chapter.

The reference covers every mnemonic accepted in RXAS source and gives each mnemonic an independently validated example. It can later feed the generated documentation pipeline.

Suggested Documentation Model

Current Inventory

Excluded Opcode Rows

The reference documents only mnemonics accepted in RXAS source. It deliberately excludes every database row whose opcode name starts with RESERVED_, together with the internal/runtime-only INULL, INTERRUPT, and IUNKNOWN opcodes. This is the exact rule implemented by rxop_is_source_mnemonic() and used by both the assembler lookup and rxas -i; excluded rows are not omitted merely because they lack prose or examples.

Skeleton Comparison

The authoritative filtered database currently has 379 unique mnemonics and 585 form rows. The section files contain 379 exact single-mnemonic headings, with no missing, unknown, or duplicate mnemonic headings.

Source Syntax

Instruction Sections

Review Notes