mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-09 05:16:52 +08:00
IADD.X takes the carry flag and adds it to the result. This is generally used to emulate 64-bit operations with 32-bit registers.
IADD.X takes the carry flag and adds it to the result. This is generally used to emulate 64-bit operations with 32-bit registers.