|
-
Dec 27th, 2003, 11:53 PM
#1
Thread Starter
yay gay
deAssembling
If I code something in MASM or whatever it is and deassemble it the output code will be exactly the same? And to what will it deassemble? Is there any deassembler that will disassemble to MASM? or to what ASM assemblers? Somebody enlight me in please
\m/  \m/
-
Dec 29th, 2003, 12:39 AM
#2
Fanatic Member
You can disassemble code (try it in DOS DEBUG) The problem is that you will not have such lovely thing like comments or descriptive variable names (if they even existed in the first place )
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Dec 30th, 2003, 05:18 AM
#3
The disassembler disassembles to whatever syntax it uses. The debugger that likely comes with MASM probably disassembles to MASM syntax.
But it's not a symmetrical process. As DW said, all information that makes assembly readable is lost: comments, variable names, labels.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Dec 30th, 2003, 06:31 AM
#4
Thread Starter
yay gay
\m/  \m/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|