mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-01 12:07:53 +08:00
There were two errors in the arithmetic imm8 instruction. They accept only REGW, and in case the user write a xxxb opcode that variant needs to be rejected as well (it's not automatically rejected by REGW in case the destination is memory).