# Translated-loop AArch64 fixture This static AArch64 ELF exercises unsigned and signed division, architectural divide-by-zero and signed-overflow behavior, shifts, and bitwise operations before branching back to its entry. It is the deterministic Phase 4 differential fixture: the interpreter and dynamically compiled WebAssembly block must produce identical scalar register/SP state and the same next program counter. Build from any working directory with Zig 0.16.0: ```sh guest-tests/translated-loop/build.sh ``` The stripped ELF is checked in so native and browser tests translate identical bytes without requiring Zig at test time. Expected SHA-256: ```text fc9be9d9ea613ee23c361a27929d8d4b3685b28aed6ac9b1162d73b56eb5b1b2 ```