文件名称:copy
介绍说明--下载内容均来自于网络,请自行研究使用
使用两种方法实现逆序拷贝,一种使用出栈法,一种用入栈法,可以在dos上实现-There are two ways to achieve reverse copy, use a stack method, a method using the stack can be implemented on the dos
(系统自动生成,下载前可以参看下载内容)
下载文件列表
逆序拷贝\t1(入栈法).asm
........\t2(出栈法).asm
逆序拷贝