文件名称:Multi-byte-multiplication
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 阁*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. 操作数在寄存器中,R0--R7
2. 操作数在内RAM中
3. 操作数在外RAM中
不过都大同小异,以2例,是个乘法子程序。
入口:乘数R0,被乘数R1,字节数R7,结果在R0-1. Operands in the registers, R0- R7 2. Operand, including RAM, 3. Operand out RAM, but are similar to two cases, is a multiplication subroutine. Entrance: multiplier R0, multiplicand R1, the number of bytes R7, result in R0
2. 操作数在内RAM中
3. 操作数在外RAM中
不过都大同小异,以2例,是个乘法子程序。
入口:乘数R0,被乘数R1,字节数R7,结果在R0-1. Operands in the registers, R0- R7 2. Operand, including RAM, 3. Operand out RAM, but are similar to two cases, is a multiplication subroutine. Entrance: multiplier R0, multiplicand R1, the number of bytes R7, result in R0
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Multi-byte multiplication.doc