home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / SPYHUNT / SPYHUNT.SD < prev    next >
Text File  |  1986-05-11  |  287b  |  20 lines

  1. *
  2. * This command file for Symbolic Debug creates the file SPYHUNT.PRG
  3. * and modifies it to be run with SPYHUNT.EXE
  4. *
  5. a
  6. mov ax,1e00
  7. mov ss,ax
  8. mov sp,1ff0
  9. mov ax,200
  10. mov ds,ax
  11. mov es,ax
  12.  
  13. l cs:10f 0 10 70
  14. l (cs+e00):10f 0 80 70
  15. n spyhunt.prg
  16. r cx c000
  17. r bx 1
  18. w cs:100
  19. q
  20.