home *** CD-ROM | disk | FTP | other *** search
- e_*********************************************************
- _* *
- _* module name : CLEAR.ASM - Command 'C' to clear *
- _* the screen *
- _* *
- _* Maintenance log *
- _* --------------- *
- _* *
- _* date time action *
- _* ---- ---- ------ *
- _* 17/05/89 21:05 initial coding *
- _* *
- _*********************************************************
-
-
- _*********************************************************
- _* *
- _* routine : CLEAR *
- _* *
- _* entry *
- _* ----- *
- _* None *
- _*.......................................................*
- _* used *
- _* ---- *
- _* A *
- _*.......................................................*
- _* exit *
- _* ---- *
- _* none *
- _*********************************************************
-
- clear equ *
- ¥ #147
- ¢ bsout
-
- IEND
-
-
-