网站大量收购闲置独家精品文档,联系QQ:2885784924

DSP算术运算程序及程序说明.doc

  1. 1、本文档共4页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
DSP算术运算程序及程序说明

DSP算术运算程序及程序说明 .title for test ADD,SUB,MPY... program ... .mmregs .global _c_int00 VAL1 .set 012h ; 18 VAL2 .set 034h ; 52 VAL3 .set 04000h ; 0.5 VAL4 .set 02000h ; 0.25(fraction) 8192 (integer) VAL5 .set 04ab8h ; 0.58374 VAL6 .set 0ffeeh ; -18 VAL7 .set 0b548h ; -0.58374 .bss temp,1 ; address of 0x080 .bss temp1,1 ; address of 0x081 .bss temp2,1 ; address of 0x082 .bss temp3,1 ; address of 0x083 .bss temp4,1 ; address of 0x084 .bss temp5,1 ; address of 0x085 .bss temp6,1 ; address of 0x086 .bss temp7,1 ; address of 0x087 ;result register .bss add_result,1 ; address of 0x088 .bss sub_result,1 ; address of 0x089 .bss mpy_i_h,1 ; address of 0x08a .bss mpy_i_l,1 ; address of 0x08b .bss mpy_f,1 ; address of 0x08c .bss quot_i,1 ; address of 0x08d .bss remain_i,1 ; address of 0x08e .bss quot_f,1 ; address of 0x08f .text _c_int00: ld #temp,DP ; load DP of temp1 st #VAL1,temp1 st #VAL2,temp2 ; init temp1 temp2 ,18+52=70(0x46) ;-------- test ADD --------------------------- 加法 ld temp1,a ; load temp1 - a //把变量temp1加载给寄存器A add temp2,a ; a+temp2 - a 将变量temp2与寄存器A相加,结果放入A中 stl a,add_result ; save a(low 16 bits) - add_result 将结果(低16位)存入变量add_result中。 nop ; set breakpoint 设置断点 st #VAL6,temp3 将#VLA6赋值temp3 st #VAL1,temp4 将#VLA6赋值temp3 init temp3 temp4,(-18)-18=-36(0x0ffdc) ;-------- test SUB --------------------------- stm #temp3,ar2 ; address of temp3 - ar2 /

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档