mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-29 17:17:05 +03:00
372d7d7208
The new statement is called `ArchState`, and has two fields: an address and a map. The address is the address of the instruction it is standing in for. The map contains a mapping from the *machine registers* that the instruction updated to the *macaw values* that were assigned to those locations. This is useful metadata for debugging, but is also required to do some types of architecture-independent analysis (where we can still reason about machine register contents). |
||
---|---|---|
.. | ||
src/Data/Macaw | ||
LICENSE | ||
macaw-symbolic.cabal |