mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
45 lines
1.0 KiB
;;
|
|
;; ZEX file to patch SLRNK version 1.3x to correct a bug in the reading
|
|
;; of command lines with commands separated by commas. Here is an example
|
|
;; of the problem: SLRNK PROG/A:100,PROG/N/E produces an output file with
|
|
;; the name ROG.COM instead of PROG.COM. The patch information was provided
|
|
;; by SLR Systems.
|
|
;;
|
|
;; This program assumes that SLRNK.COM exists on the current drive. It loads
|
|
;; it, patches it using the debugger (assumed to have a DDT-compatible
|
|
;; S command) specified as the first command line parameter. If no debugger
|
|
;; is specified explicitly, then DDT is assumed. The patch file is saved
|
|
;; under the name SLRNK1.COM.
|
|
;;
|
|
;; Jay Sage, 06/26/86
|
|
;;
|
|
era slrnk1.com
|
|
^$ ddt
|
|
$1 slrnk.com
|
|
s014e
|
|
cd
|
|
8b
|
|
01
|
|
c0
|
|
2a
|
|
68
|
|
22
|
|
7e
|
|
fe
|
|
0d
|
|
28
|
|
04
|
|
2b
|
|
22
|
|
68
|
|
22
|
|
af
|
|
c9
|
|
.
|
|
s08a7
|
|
9c
|
|
.
|
|
g0
|
|
save 34 slrnk1.com
|
|
^<^|^|test new version of slrnk called SLRNK1.COM^|^|^>
|
|
|