example.zip
文件大小: 2k
下载次数:7
源码类别:

汇编语言

开发平台:

Asm

源码售价: 5 个金币 积分规则     积分充值
资源说明: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).
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
    
  • asm.rar王爽 汇编语言 课后习题答案 王爽 汇编语言 课后习题答案
  • HackerDisassemblingUncovered.rar黑客反汇编大解密,一本介绍反汇编知识的好书,例子深入浅出,适合有一定汇编基础的人 ...
  • AE073-93C46.rarAE073-93C46读写练习(汇编源代码)
  • IBMdxjhbyy.rarIBM,电脑高手的梦想,你还等什么,快来吧,兄弟们,汇编语言的学习 ...
  • zhongduan.zip这是一个中断的蜂鸣器程序 利用中断次数使蜂鸣器发声 用汇编语言 ...
  • hb.rar清华大学出版社出版的汇编语言编程艺术,适合有一定汇编基础的人!! ...
  • FAQ.rar汇编程序上机调试FAQ,很好的学习资料,初学者必备
  • huibian.rar汇编上机环境及示例程序,初学者必备的学习资料
  • switch_to_led7.rar里面有IP核的应用,以及汇编语言的融合,将其组合在一起的程序 ...
  • Asm_Tool.zip32位宏汇编工具,点击安装后,里面还带了一个实例程序