macaw/macaw-arm
Kevin Quick c3f2d13092
[arm] Implement identifyReturn (not properly functional).
The Macaw Discovery now calls the identifyReturn to identify return
statements.  Supply this for ARM, but at present this simply
replicates the original inline code which does not properly detect ARM
return operations because the low bit(s) of the address are always
cleared when writing to the instruction pointer in ARM.
2018-03-27 10:52:50 -07:00
..
src/Data/Macaw [arm] Implement identifyReturn (not properly functional). 2018-03-27 10:52:50 -07:00
tests [arm] Added test exe and results for test-just-exit-t32. 2018-03-10 21:55:29 -08:00
ChangeLog.md Initial empty framwork for macaw-arm ARM support. 2017-12-18 17:46:17 -08:00
LICENSE Initial empty framwork for macaw-arm ARM support. 2017-12-18 17:46:17 -08:00
macaw-arm.cabal [arm] Add operands and genExecInstruction support for Thumb. 2018-03-07 00:36:22 -08:00
Setup.hs Initial empty framwork for macaw-arm ARM support. 2017-12-18 17:46:17 -08:00