home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / ASM / WRDASM10.ZIP / PUTPIX.ASM < prev    next >
Encoding:
Assembly Source File  |  1998-01-07  |  95 b   |  11 lines

  1. mov ah,0
  2. mov al,13
  3. int 10
  4. mov ah,0c
  5. mov al,7
  6. int 10
  7. mov ah,0
  8. int 16
  9. mov ah,4c
  10. int 21
  11.