yhql
yhql
Running [this test file](https://github.com/aquynh/capstone/blob/master/bindings/python/test_m680x.py) from the python bindings gives: ``` ******************** Platform: M680X_HD6301 Code: 0x6B 0x10 0x00 0x71 0x10 0x00 0x72 0x10 0x10 0x39 Disasm: Internal error: Unexpected immediate byte...
Current hardcoded values can lead to mapping problems, and changing it manually in a script is abit cumbersome. Should implement: - Automatic picking of an address in RAM when defined,...
Currently, each instruction is hooked and passed to capstone for disassembly and analysis of used registers for tracing. Speed could greatly be improved by caching the results and using capstone...
## Reason This PR is only a suggestion, based on a perhaps personal view: giving a name to an engine feels unwarranted in most straightforward cases. The changes implemented here...