•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Assembly section within the Software Development category of DaniWeb, a massive community of 456,539 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,245 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Assembly advertiser: Programming Forums
Views: 1897 | Replies: 1
![]() |
•
•
Join Date: Dec 2006
Posts: 13
Reputation:
Rep Power: 2
Solved Threads: 0
I have a .exe application and the C++ source code. How do I, using command prompt view the turbo debugger and then view the assembly code for the file? Normally you would just do the following prompts:
pth
assemble convtemp
link convtemp iofar
convtemp
td convtemp
Than the debugger will open. But thats when you are givin the assembler source, which i do not have have for CONVTEMP. I only am givin the .exe and C++ source code. Can anyone help?
pth
assemble convtemp
link convtemp iofar
convtemp
td convtemp
Than the debugger will open. But thats when you are givin the assembler source, which i do not have have for CONVTEMP. I only am givin the .exe and C++ source code. Can anyone help?
•
•
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 11,541
Reputation:
Rep Power: 40
Solved Threads: 972
you don't need turbo debuger to view the disassembled program. Every version of MS-Windows since MS-DOS Version 1.0 comes with a free disassembler named debug.exe (located in c:\windows directory). At a command prompt cd to the directory that contains the *.exe program then type this:
debug.exe will load and disassemble to program then display a > prompt. type ? and it will display help. type u and it will disassemble the program. You can even execute the program , set breakpoints, and step through the program one assembly instruction at a time with debug.exe.
c:> debug someprogram.exe <Enter>
Last edited by Ancient Dragon : Oct 12th, 2007 at 6:54 pm.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Assembly Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Using Turbo debugger (C)
- Books For Borland Turbo Assembler????????????? (Assembly)
- "Error Message - tried to execute invalid instruction" (C++)
Other Threads in the Assembly Forum
- Previous Thread: Help with Div and idiv
- Next Thread: CALENDAR in TASM!!(pls check my code!!:)



Linear Mode