quaak
1
Hello
I’m using an lpc210x/lpc23xx and openocd reports me in the help
the disassembly command. But wenn i call it
via disassembly 0x1234 8, it says:
disassemble 0x1234 4
Command disassemble not found
The config says
…
target arm7tdmi little reset_run 0 arm7tdmi-s_r4
…
Thanks
The ‘disassemble’ command belongs to the ‘armv4_5’ group of commands:
armv4_5 armv4/5 specific commands
reg - display ARM core registers
core_state - display/change ARM core state <arm|thumb>
disassemble - disassemble instructions <address> <count> ['thumb']
The correct command line is “armv4_5 disassemble 0x1234 4”.
Other command groups are ‘flash’, ‘arm7_9’, …
Regards,
Dominic