mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
An instruction is suppose to have 17-bit operands but it was actually 18-bit. So I reduce the bitfields by one bit and give the remaining bits to opcode. An opcode is now 13 bits. Signed-off-by: Ronald Caesar <github43132@proton.me>