查看会员资料
用 户 名:齐***
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
printall
- masm 环境下写的,对一组数据进行排序,并且打印每次的排序结果,用的是冒泡排序方法。是最近自己学习汇编语言练习写的。涉及到 宏调用,基址寻址,int21 中断调用打印字符串等-compile with masm, it is used to sort a array data and print each time sort with bubble sort algorim, and it is for practicing learing assemble language.