home *** CD-ROM | disk | FTP | other *** search
- Patch Lines Comments / Instructions
-
- COPY NET3.COM NET3.SAV | Debug will not run against a .com or .exe
- DEBUG NET3.SAV | Patch is the same for XMSNET or EMSNET
- -S CS:0 FFFF 0 0 1 3 2 1F | Search for this string
- XXXX:YYYY | Debug will return the location of the string
- -E XXXX:(YYYY+4) | Edit the location + 4 bytes
- XXXX:(YYYY+4) 02.03 | Debug will return the 02. You type the 03
- -S CS:0 FFFF 82 FF FF 05 | Search for this string
- YYYY:ZZZZ | Debug will return the location of the string
- -E YYYY:(ZZZZ+3) | Edit the location + 3 bytes
- YYYY:(ZZZZ+3) 05.02 | Debug will return the 05. You type the 02
- -W | Write the file
- Writing XXXX bytes | Debug reports the number of bytes written
- -Q | Quit Debug
- RENAME NET3.SAV NET3.COM | Rename the .sav file to its orignial name
-
- Note: You must add a hex 4 or 3 to the value returned by Debug. To add hex
- numbers, you can use the Debug calculator. To add 54ee + 4, for example, type
-
- -h 54ee 4 | The format is: h value value
- 54F2 54EA | Debug returns the sum, then the difference