macaw/macaw-arm
Tristan Ravitch f7b87224a4 Update to the latest macaw
In macaw core, the type of the arch-specific 'disassemble' function changed to
no longer take a Memory, and to pass the maximum offset as an Int instead of a
MemWord.  It also removed the jump table entry size (which is no longer
required).

The removal of the Memory parameter required a bit of a change in how the
instruction parsers are structured, but it isn't a huge change (the "memory
contents after an address" can be computed from a MemSegmentOff, too).
2018-08-16 10:26:55 -07:00
..
src/Data/Macaw Update to the latest macaw 2018-08-16 10:26:55 -07:00
tests [arm] Update tests for new memoryForElf returns. 2018-08-10 15:47:56 -07: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: Relax the base version bounds for macaw-arm 2018-07-08 22:28:58 -07:00
Setup.hs Initial empty framwork for macaw-arm ARM support. 2017-12-18 17:46:17 -08:00