home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
turbopas
/
tp5patch.arc
/
TD1PAT.ARC
/
FIXTPC.2
< prev
next >
Wrap
Text File
|
1988-10-23
|
352b
|
21 lines
;fix for problem with TPC /V option involving garbage in names pool
;convert EXE file to BIN file
ren tpc.exe tpc.bin
;load BIN file into DEBUG
debug tpc.bin
;assemble at cs:b7ba
a b7ba
;enter new instructions
nop
nop
nop
;enter blank line
;write changes to disk
w
;quit DEBUG
q
;convert BIN file to EXE file
ren tpc.bin tpc.exe