home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / commodore-scene-files / Coverdisks / CDU / V4D02.D64 / clear.asm < prev    next >
Encoding:
Assembly Source File  |  2019-04-13  |  1.7 KB  |  40 lines

  1. e_*********************************************************
  2. _*                                                       *
  3. _*       module name : CLEAR.ASM - Command 'C' to clear  *
  4. _*                     the screen                        *
  5. _*                                                       *
  6. _*                Maintenance log                        *
  7. _*                ---------------                        *
  8. _*                                                       *
  9. _*   date      time                     action           *
  10. _*   ----      ----                     ------           *
  11. _* 17/05/89   21:05                 initial coding       *
  12. _*                                                       *
  13. _*********************************************************
  14.  
  15.  
  16. _*********************************************************
  17. _*                                                       *
  18. _*       routine : CLEAR                                 *
  19. _*                                                       *
  20. _*   entry                                               *
  21. _*   -----                                               *
  22. _*   None                                                *
  23. _*.......................................................*
  24. _*   used                                                *
  25. _*   ----                                                *
  26. _*   A                                                   *
  27. _*.......................................................*
  28. _*   exit                                                *
  29. _*   ----                                                *
  30. _*   none                                                *
  31. _*********************************************************
  32.  
  33. clear    equ *
  34.     ¥ #147
  35.     ¢ bsout
  36.  
  37.     IEND
  38.  
  39.  
  40.