3
1
40
168
135
79
Hexagon DSP的十二种寻址模式 绝对寻址 绝对寻址模式将32位的值作为有效内存地址。例如: R2 = memw(##100000) // load R2 with word from addr 100000 memw(##200000) = R4 // store R4 to word at addr 200000 绝对偏移寻址 绝对偏移寻址模式将32位的常数对其至指定的通用...