文件名称:K7
介绍说明--下载内容均来自于网络,请自行研究使用
将36位BCD数转换成ASSCII十进制数,以BCDBUFF为首地址的内存区中存有18个字节的组合BCD数,要求转换为相应的36个ASCII十进制数,并依次输出到CRT显示。BCD数存放时,低位在前,高位在后,例如,若BCD缓冲器内容12H,34H,56H,78H,...12H,56H,78H,则要求CRT上依次显示以下36个数字:
785634......563412-To 36 BCD digits into ASSCII decimal to BCDBUFF led address memory area there are 18 bytes of BCD number combinations, requiring conversion to the corresponding ASCII decimal 36, and in turn output to the CRT display. BCD number stored, the low front, high in the post, for example, if the buffer content BCD 12H, 34H, 56H, 78H, ... 12H, 56H, 78H, turn on the CRT display is required the following 36 numbers: 785 634. ..... 563,412
785634......563412-To 36 BCD digits into ASSCII decimal to BCDBUFF led address memory area there are 18 bytes of BCD number combinations, requiring conversion to the corresponding ASCII decimal 36, and in turn output to the CRT display. BCD number stored, the low front, high in the post, for example, if the buffer content BCD 12H, 34H, 56H, 78H, ... 12H, 56H, 78H, turn on the CRT display is required the following 36 numbers: 785 634. ..... 563,412
(系统自动生成,下载前可以参看下载内容)
下载文件列表
K7.ASM