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