Closed bmourad01 closed 2 years ago
Addresses #146.
This removes the hacky solution for using large constants in ARM/Thumb code. We now emit ldr pseudo-instructions.
ldr
This may insert literal pools at the end of our patch, which requires us to slightly adjust the way the patcher works.
Seems reasonable to me. I put some suggestions but then feel free to merge
Addresses #146.
This removes the hacky solution for using large constants in ARM/Thumb code. We now emit
ldr
pseudo-instructions.This may insert literal pools at the end of our patch, which requires us to
slightlyadjust the way the patcher works.