capstone/bindings/python/pyx
Erik Hemming cc2965bada 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 17:42:01 +08:00
..
README python: revert the directory name change, so rename 'cython' back to 'pyx' 2014-01-10 10:32:25 +08:00
ccapstone.pxd Fix a couple of corner-cases with rarely used m68k instructions. (#1344) 2019-01-21 17:42:01 +08:00
ccapstone.pyx Added support for the TMS320C64x architecture. 2017-04-14 17:00:40 +03:00

README

This directory contains Cython files.