简介:CORTEX M3 disassembler 反汇编 工具
DESCRIPTION
mdisasm is basic disassembler for Cortex M0/M3 cores, which can be found in STM32, LPC 1xxx and other
microcontrollers. It can quickly disassemble binary file to a readable assembly listing.
USAGE
mdisasm [-a address] [-o offset] [-s size] [-p] input-file
OPTIONS
-a address
Set disassemble address to specified. Default address is 0x00000000.
-o offset
Set disassemble start offset inside input file. Default is 0.
-s size
Set nunber of halfwords to disassemble. If not specified, whole input file will be disassembled.
-p
Show address in [pc, imm] format in ldr instructions
简介:This application note introduces the main features of the ARM Cortex™-M3 processor and describes different aspects of developing software for it. It also covers the migration of existing ARM projects to the Cortex-M3 platform.
评论