home *** CD-ROM | disk | FTP | other *** search
- ;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