Skip to main content

Module regs

Module regs 

Source
Expand description

Register state: 13 general-purpose 64-bit registers + PC.

Per JAM Gray Paper Appendix A / PVM spec: the PVM has 13 GPRs (φ₀..φ₁₂) plus an instruction pointer. v3 keeps the same layout since v3 doesn’t change the PVM instruction set.

Structs§

Regs
Full register state: 13 GPRs + PC.

Constants§

REG_COUNT
Number of general-purpose registers.