文档介绍:汇编源码系列的cldoc12
疯狂代码/ ĵ:http://assembler/
这个都是过去DOS时代汇编源码虽然已经过去了但是对于学习汇编还是有帮助汇编语言只是员门基
础语言大多人掌握即可不定要深入研究.......
;************************************************************************
;* *
;* CleanDoc (C) 1997 RonSoft. *
;* *
;* This is a simple litte assembler program that cleans out *
;* the documents folder in the start menu. *
;* This is version *
;* There's mand line switches and stuff. *
;* It gives NO messages everything goes allright. *
;* It check for a environment variable called CLEANDIR and CD:s *
;* down to that dir the variable is found. If not it uses *
;* the default WINDOWSRECENT directory and deletes(UNLINKS) *
;* EVERYTHING it finds there, and CD:s back to where it started *
;* from. *
;* *
;* Comments, suggestions: *
;* Ronald Nordberg. *
;* Silverv刧en 3 *
;* 907 50 Ume? *
;* Sweden. *
;* http://home2..se/~w-20064 *
;* christine.******@.se *
;* *
;* THIS PROGRAM ARE COPYRIGHTED FREEWARE. *
*
;* *
;************************************************************************
;some euqates for readability
kbd equ 16h ;keyboard irq
msdos equ 21h ;MSDOS irq
re equ 0dh ;disk re
dfopen equ 0fh ;open disk file
dfclose equ 10h ;close disk file
searchf equ 11h ;search first
searchn equ 12h ;search next
seqread equ 14h ;sequential disk read
seqwrite equ 15h ; "