文件名称:fdumi
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [ASM] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- linq*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序实现PIC在双字节数据块中查找无符号数极小值。
入口参数:数据块首址在SADR中,数据个数在W中。
出口参数:极小值在SOUH:SOU中,极小值地址在SADR中。
占用资源:W,STATUS,FSR,020H,024H,025H,028H,一重堆栈。
说 明: 如果有两个或两个以上相等的极小值,则只能给出第一个极小值的地址.- The PIC procedure to achieve double-byte data blocks in an unsigned number to find the minimum. Entry parameters: the first site data block in the SADR, the data in the W of the number. Export parameters: minimum value in the SOUH: SOU, the minimum value address in the SADR. Take up resources: W, STATUS, FSR, 020H, 024H, 025H, 028H, a weight stack. Note: If two or more equal to the minimum, they can only give the address of the first minimum.
入口参数:数据块首址在SADR中,数据个数在W中。
出口参数:极小值在SOUH:SOU中,极小值地址在SADR中。
占用资源:W,STATUS,FSR,020H,024H,025H,028H,一重堆栈。
说 明: 如果有两个或两个以上相等的极小值,则只能给出第一个极小值的地址.- The PIC procedure to achieve double-byte data blocks in an unsigned number to find the minimum. Entry parameters: the first site data block in the SADR, the data in the W of the number. Export parameters: minimum value in the SOUH: SOU, the minimum value address in the SADR. Take up resources: W, STATUS, FSR, 020H, 024H, 025H, 028H, a weight stack. Note: If two or more equal to the minimum, they can only give the address of the first minimum.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fdumi.asm