D-ARM7 Disassembler

* Free ARMv7 disassembler for X86. Redistributable
under same License as FASM
* Written in FASM. Same format as FASMARM
* Fast & easy to use. No setup or installation.
Just drag binary into .EXE and disassembly will
appear. Or run .EXE and select file (*.BIN,
*.IMG, *.AIF)
* Supports most ARMv7+T1, 1,000s of instructions
considering suffixes, way more than other free
ARM (v4-5) disassemblers (ARMu, DisARM).
(FPA+VFP is unfinished)
* Customizable: Set base address, upper/lowercase,
A1-A4+V1-V8, indents, C-style 0x hex constants,
pure ASM (remove addresses and code)
* Written according to ARMv7 manual with comments
and page # references. See main source: DARM7.INC,
4,200+ lines.