文件名称:count
- 所属分类:
- 汇编语言
- 资源属性:
- [ASM] [源码]
- 上传时间:
- 2013-01-24
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- cheny******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在长度为8的字节数组(无符号数)中,查找大于42H的无符号数的个数,存放在字节单元up中;等于42H的无符号数的个数,存放在字节单元equa中;小于42H的无符号数的个数,存放在字节单元down中。
程序显示up equa down的值。
八个数:31H,21H,42H,52H,87H,23H,98H,01H-Length byte array (unsigned) Find the number of unsigned greater than 42H, stored in a byte unit up equal 42H unsigned number, stored in a byte unit equa less than 42H unsigned number, storage in byte unit down. Program show up equa down the value. Eight number: 31H, 21H, 42H, 52H, 87H, 23H, 98H, 01H
程序显示up equa down的值。
八个数:31H,21H,42H,52H,87H,23H,98H,01H-Length byte array (unsigned) Find the number of unsigned greater than 42H, stored in a byte unit up equal 42H unsigned number, stored in a byte unit equa less than 42H unsigned number, storage in byte unit down. Program show up equa down the value. Eight number: 31H, 21H, 42H, 52H, 87H, 23H, 98H, 01H
(系统自动生成,下载前可以参看下载内容)
下载文件列表
count.asm