Closed jovanbulck closed 5 months ago
This ensures no false fires of the mem_read breakpoint. MOV is the only MSP430 Type3Instruction that does not read its destination operand, as it will be overwritten.
mem_read
Thanks!
This ensures no false fires of the
mem_read
breakpoint. MOV is the only MSP430 Type3Instruction that does not read its destination operand, as it will be overwritten.