T32: Dissassembler to evaluate memory instructions.
For the T32 variant we have to evaluate the memory access instruction to find out, which memory address was accessed. Dissassmbly by OpenOCDs arm_disassembler.hpp/.cc: - fine for ARM / Thumb1 - needs fixes for Thumb2 :( (currently doing that..)
This commit is contained in:
@ -64,6 +64,8 @@ elseif(BUILD_T32)
|
||||
if(BUILD_ARM)
|
||||
set(SRCS ${SRCS}
|
||||
t32/T32ArmCPU.cc
|
||||
arm/ArmMemoryInstruction.cc
|
||||
arm/arm_disassembler.cc
|
||||
)
|
||||
endif(BUILD_ARM)
|
||||
endif(BUILD_BOCHS)
|
||||
|
||||
Reference in New Issue
Block a user