登录
首页 » Asm » cop2000

cop2000

于 2021-01-03 发布
0 196
下载积分: 1 下载次数: 3

代码说明:

说明:  cop2000实现无符号数乘法——两个8位无符号数相乘,所乘结果是16位,采用原码一位乘,在计算时,用乘数寄存器的最低位来控制部分积是否与被乘数相加,然后右移部分积和乘数,同时乘数寄存器接收部分积右移出来的一位,完成运算后,部分积寄存器保存乘积的高位部分,乘数寄存器中保存乘积的低位部分。(Cop2000 implements unsigned number multiplication-multiplication of two 8-bit unsigned numbers. The multiplied result is 16 bits. When calculating, the lowest bit of multiplier register is used to control whether or not the partial product is added to the multiplier, and then the partial product and multiplier are moved right. At the same time, the multiplier register receives the right-shifted bit of the partial product. After completing the operation, the partial product register saves the product. The higher part, the lower part of the product is saved in the multiplier register.)

文件列表:

新建文件夹 (2)\8X8.ASM, 488 , 2019-01-09
新建文件夹 (2)\COP2000的定点无符号数乘法的实现.doc, 295899 , 2019-01-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MATLAB_digital_modulation
    设定噪声为高斯白噪声,对2ASK、2FSK、2PSK、2DPSK等各种调制方式及相应的主要解调方式下(分相干与非相干)的误码率进行统计,并与理论值进行比较,以图形方式表示误码率与信噪比间的关系。 (Set the noise is Gaussian white noise, right 2ASK, 2FSK, 2PSK, 2DPSK a variety of modulation and corresponding demodulation mode, the main (sub-coherent and non-coherent) and bit error rate statistics, and compared with the theoretical value , a graphical representation of the bit error rate and SNR relationships.)
    2009-11-05 22:16:56下载
    积分:1
  • 词法分析器。 要求:1.读出所给文件的所有词 2.将所有词输出写入一个txt文档中。 3.每个词用特殊符号‘^’隔开 源程序为自己所编译的c...
    词法分析器。 要求:1.读出所给文件的所有词 2.将所有词输出写入一个txt文档中。 3.每个词用特殊符号‘^’隔开 源程序为自己所编译的cpp文件,即“text2.cpp”,Compile――〉Build――〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。 -lexical analyzer. Requirements : 1. Read out documents to all the words of two. Output of all words into a txt documents. 3. Each word with a special symbol "^" separate source for the translation of their documents cpp, "text2.cpp" Compile-- "Build--" BuildExiecute. The results will be included in another document "after_execute.txt".
    2022-01-31 14:44:26下载
    积分:1
  • 用VC++实现的基于SMTP的邮件发送程序,带附件,base64编码
    用VC++实现的基于SMTP的邮件发送程序,带附件,base64编码-welcome
    2022-02-10 11:51:37下载
    积分:1
  • Douglas-Peucker
    道格拉斯-普克算法 (Douglas– Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(The Douglas - puke algorithm (Douglas - Peucker algorithm, also called the lamer - Douglas - puke algorithm, iterative adaptive point algorithm, split and merge algorithm) is an algorithm that approximatively represents a curve as a series of points and reduces the number of points. It has the advantages of translation and rotation invariance. After a given curve and threshold, the sampling result is certain.)
    2018-06-17 09:01:45下载
    积分:1
  • 超声波液位计Datasheet_PV160183
    E+H液位计超声波液位计 液位计超声波液位计液位计超声波液位计(Prosonic M FMU 40/41 Prosonic M FMU Prosonic M FMU)
    2017-12-04 18:25:33下载
    积分:1
  • ArcObjects(hanpeng)
    gis行业韩鹏VC+AO二次开发资料gis行业韩鹏VC+AO二次开发资料gis行业韩鹏VC+AO二次开发资料gis行业韩鹏VC+AO二次开发资料(gis industries Han Peng VC+ AO secondary development of information industry, gis Han Peng VC+ AO secondary development of information industry, gis Han Peng VC+ AO secondary development of information industry, gis Han Peng VC+ AO secondary development of information)
    2009-09-30 10:51:29下载
    积分:1
  • Battery_charge_discharge_400V_2015
    说明:  电池管理系统,实现充放电,电压电流双闭环控制,恒压,buck-boost输出。(battery management system)
    2020-01-07 23:25:43下载
    积分:1
  • 新建文件夹
    在实例中实现差分方程和数值积分差分方程 ~ 离散时段上描述变化过程的数学模型(The difference equation and numerical integral difference equation are realized to describe the mathematical model of the change process in the discrete time period)
    2019-02-23 11:05:31下载
    积分:1
  • 第七次课--视频图像DCT处理及水印嵌入
    熟悉IIC协议总线协议,采用IIC总线对图像采集传感器寄存器进行配置,并转换为RGB565格式。 利用异步FIFO完成从摄像头输出端到SDRAM 和SDRAM 到VGA 接口各跨时钟域信号的传输和处理。 利用 SDRAM 接口模块的设计,实现了刷新、读写等操作;为提高SDRAM 的读写带宽,均采用突发连续读写数据方式;并采用乒乓操作实现 CMOS 摄像头与VGA的帧率匹配。 利用双线性插值方法实现对图像640×480到1024×768的放大操作。 完成VGA显示接口设计。(Familiar with IIC protocol bus protocol, IIC bus is used to configure the register of image acquisition sensor and convert it into RGB565 format. Asynchronous FIFO is used to transmit and process signals across clock domain from camera output to SDRAM and SDRAM to VGA interface. With the design of SDRAM interface module, refresh, read and write operations are realized. In order to improve the read and write bandwidth of SDRAM, burst continuous read and write data mode is adopted, and table tennis operation is used to achieve frame rate matching between CMOS camera and VGA. The bilinear interpolation method is used to enlarge the image from 640*480 to 1024*768. Complete the VGA display interface design.)
    2020-06-25 04:00:02下载
    积分:1
  • 关于滤波器的一些源程序,里面有详细的说明
    关于滤波器的一些源程序,里面有详细的说明-On a number of source filters, which is described in detail
    2022-01-26 02:10:46下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载