文件名称:example
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.42kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Write an EXE program that accepts a string from the keyboard, converts it to HEX (this
algorithm should also check to see if the input is a number), and stores it. It should take a second
string and convert it to HEX, then add the two numbers, convert it back to ASCII, and output the
result. The program must be able to handle 24-bit numbers (unsigned 0 to 16777215), check for
addition overflow, check for input errors. The A2H and H2A algorithms should be written in
their own procedures (named A2H and H2A). Each INT 21h call should be handled in the file
DOS.MAC with macro names of GetC mychar (get character), GetS mystring (get string), PrintC
mychar (print character), PrintS mystring (print string).
algorithm should also check to see if the input is a number), and stores it. It should take a second
string and convert it to HEX, then add the two numbers, convert it back to ASCII, and output the
result. The program must be able to handle 24-bit numbers (unsigned 0 to 16777215), check for
addition overflow, check for input errors. The A2H and H2A algorithms should be written in
their own procedures (named A2H and H2A). Each INT 21h call should be handled in the file
DOS.MAC with macro names of GetC mychar (get character), GetS mystring (get string), PrintC
mychar (print character), PrintS mystring (print string).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
example.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.