home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
PROG
/
PASCAL
/
TP5PATCH.ZIP
/
TD1PAT.ARC
/
FIXTPC.1
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1988-10-23
|
339 b
|
19 lines
;convert EXE file to BIN file
ren tpc.exe tpc.bin
;load BIN file into DEBUG
debug tpc.bin
;assemble at cs:a5d3
a a5d3
;fix for problem with TPC /V option involving include files
;enter new instruction
cmp si,dx
;enter blank line
;write changes to disk
w
;quit DEBUG
q
;convert BIN file to EXE file
ren tpc.bin tpc.exe