X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fjtagarm7tdmi.h;h=d90b25fa3fbe6b3486e3e2aea2d26bb9cc5b0a96;hp=c17ac937ab04bc19fc20c297d50378b761292f0e;hb=b3867f4248b4258ba1c1d75b96e4da35a6064e92;hpb=4f46215fbc6ac9d774a4c56e17398b548d057ba5 diff --git a/firmware/include/jtagarm7tdmi.h b/firmware/include/jtagarm7tdmi.h index c17ac93..d90b25f 100644 --- a/firmware/include/jtagarm7tdmi.h +++ b/firmware/include/jtagarm7tdmi.h @@ -172,10 +172,8 @@ The least significant bit of the instruction register is scanned in and scanned #define EXECNOPARM 0xe1a00000L #define ARM_INSTR_NOP 0xe1a00000L #define ARM_INSTR_STR_Rx_r14 0xe58e0000L // from atmel docs -//#define ARM_INSTR_STR_Rx_r14 0xe5800000L // set both src and dest reg in code #define ARM_READ_REG ARM_INSTR_STR_Rx_r14 #define ARM_INSTR_LDR_Rx_r14 0xe59e0000L // from atmel docs -//#define ARM_INSTR_LDR_Rx_r14 0xe5900000L // set both src and dest reg in code #define ARM_WRITE_REG ARM_INSTR_LDR_Rx_r14 #define ARM_INSTR_LDR_R1_r0_4 0xe4901004L #define ARM_READ_MEM ARM_INSTR_LDR_R1_r0_4