EEE C415: Digital Signal Processing: Instruction Set of TMS320C54x
EEE C415: Digital Signal Processing: Instruction Set of TMS320C54x
DIGITAL SIGNAL
PROCESSING
Lecture 11
• Assembler directive
• Label
• Mnemonic field
• Operand list
• Comment
stm #1000h,ar2
stm #1100h,ar3
stm #1250h,ar4
ld #0h,a
add *ar2,*ar3,a ;Result stored in AH
sth a,*ar4
.end
Next Session
• Example Programs
– Vector Addition
– Convolution using MACD