mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-03-09 10:45:39 -07:00
The engine is built for 32-bit constants which is wrong since Ballistic is an ARM64 recompiler. Instructions like MOVZ with LSR #32 or LSR #48 would fail. Signed-off-by: Ronald Caesar <github43132@proton.me>