jskew

Results 2 issues of jskew

```python import capstone print(capstone.__version__) md = capstone.Cs( capstone.CS_ARCH_X86, capstone.CS_MODE_32 ) insn = next(md.disasm(b'\xf2\xa4', 0, 1)); print('%s %s %s' % (insn.bytes.hex(), insn.mnemonic, insn.op_str)) insn = next(md.disasm(b'\xf2\xa5', 0, 1)); print('%s %s %s'...

bug
X86

error: invalid path 'S-CPU_gates/MUX_2:1x4.png' The file name cannot be processed in Windows Can you change : to _?