Skip to main content

Module flat_cpu

Module flat_cpu 

Source
Expand description

Flat byte adapter used by crate::cpu_op::CpuOp. Flat byte adapter that turns every CPU reference into a uniform byte-in, byte-out contract.

The parity engine compares raw bytes, not structured values. This module exists so primitive ops can be tested with the same binary-diff harness regardless of their internal Value representation.

Functions§

run_flat
Execute a program from a concatenated single-case byte payload.