home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / asmutl / buffers.lbr / BLK.MAC < prev    next >
Encoding:
Text File  |  1987-01-14  |  128 b   |  7 lines

  1.     extrn    .couta
  2. ;
  3. ; Blank to console
  4. ; a,f
  5. .blk::    mvi    a,' '
  6.     jmp    .couta
  7. █ß