Add new Disassemble ARM operation using Capstone.js disassembly framework. Features: - ARM32 (ARM mode, Thumb mode, Thumb + Cortex-M, ARMv8) - ARM64 (AArch64) - Little/Big Endian support - Configurable start address - Optional hex and position display Includes vendored capstone.min.js with fix for cs_disasm parameter bug.