-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #331 from GaloisInc/vr/bump-flexdis
bump flexdis86
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule flexdis86
updated
11 files
+78 −58 | data/optable.xml | |
+8 −14 | flexdis86.cabal | |
+2 −0 | src/Flexdis86/Assembler.hs | |
+634 −196 | src/Flexdis86/Disassembler.hs | |
+87 −92 | src/Flexdis86/InstructionSet.hs | |
+12 −2 | src/Flexdis86/OpTable.hs | |
+16 −9 | src/Flexdis86/Prefixes.hs | |
+22 −1 | src/Flexdis86/Register.hs | |
+7 −1 | src/Flexdis86/Relocation.hs | |
+7 −1 | src/Flexdis86/Segment.hs | |
+1 −0 | tests/Roundtrip.hs |