capstone/bindings/powershell/Capstone
Erik Hemming a8559cfb78 Fix a couple of corner-cases with rarely used m68k instructions. (#1344)
* Bump the "cs_insn.bytes[]" size to 24 (from 16) to support M680x0 instructions with full EA (maximum 11 words)
Added a test for this in test_m68k.s

* Bump the "cs_detail.regs_read[]" size to 16 (from 12) to support M680x0 instructions with full REG_BITS (Dn+An = 16)

* m68k: use immediate mode syntax (#$0) for movem/fmovem instructions with empty register list

* update bindings to match changes to cs_insn and cs_detail
2019-01-21 16:55:05 +08:00
..
Lib/Capstone +Get-CapstoneDisassembly 2016-11-10 22:36:07 +01:00
Capstone.Format.ps1xml Update PowerShell bindings (#1239) 2018-09-11 12:50:55 +08:00
Capstone.psd1 Update PowerShell bindings (#1239) 2018-09-11 12:50:55 +08:00
Capstone.psm1 Fix a couple of corner-cases with rarely used m68k instructions. (#1344) 2019-01-21 16:55:05 +08:00