home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / JSAGE / ZSUS / PROGPACK / PATDDTZ.SUB < prev    next >
Text File  |  2000-06-30  |  1KB  |  76 lines

  1. ;;Patch: PATDDTZ
  2. ;;Date: June 6, 1988
  3. ;;Author: Bruce Morgen ("author" seems a bit strong here...)
  4. ;;Purpose: To create a DDT-style DDTZ 2.7 without reassembly.
  5. ;;This file patches the distribution copy of DDTZ27 to authentic
  6. ;;DDT-style commands instead of MS-DOS DEBUG commands.  While it
  7. ;;may be true that "most" CP/M users are also MS-DOS users, many
  8. ;;of these folks do not tinker under MS-DOS and are unfamiliar
  9. ;;with DEBUG, while few, if any,  CP/M users have forgotten DDT.
  10. ;;Use with EX or (if running Z3) ZEX 3.x, not tested with other
  11. ;;tools (NZEX, JOB/XJOB, SUBMIT/XSUB, etc.).  Produces
  12. ;;DDTZ27.COM from the distributed DDTZ27.CPM.
  13. ;;
  14. ren patch.com=ddtz27.cpm
  15. patch patch.com
  16. e 1f6
  17. 71
  18. .
  19. e 1fa
  20. 71
  21. .
  22. e 1fe
  23. e0
  24. cd
  25. .
  26. e f61
  27. 9
  28. e
  29. .
  30. e f69
  31. b8
  32. f
  33. .
  34. e f6d
  35. e4
  36. d
  37. ea
  38. d
  39. .
  40. e f73
  41. 9
  42. e
  43. .
  44. e f79
  45. 1f
  46. 11
  47. 8d
  48. 10
  49. 86
  50. 11
  51. .
  52. e f81
  53. e0
  54. 11
  55. .
  56. e f85
  57. 5
  58. 12
  59. 25
  60. 12
  61. .
  62. e 1ac1
  63. 20
  64. .
  65. e 1c90
  66. aa
  67. .
  68. e 1dfe
  69. 87
  70. 87
  71. .
  72. n ddtz27.com
  73. w
  74. g0
  75. ren ddtz27.cpm=patch.com
  76.