Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/16/08 07:51
Read: times


 
#159107 - Looks pretty good to me!
Responding to: ???'s previous message
If you think about it, one of the toughest tasks for a disassembler is: how to tell what bytes were intended as executable code, and should be disassembled, and what bytes were intended just as data; eg, strings.

In that respect, D52 seems to have done a pretty good job!
X00e2: DB 'This is Text 1' 
DB 0 
X00f1: DB 'This is Text ' 
DB 32H 
; 

But 32H is the ASCII code for '2' - so it has correctly disassembled your string!

List of 10 messages in thread
TopicAuthorDate
DisAssembler D52 missing text            01/01/70 00:00      
   Looks pretty good to me!            01/01/70 00:00      
      DB 0            01/01/70 00:00      
      this is why the disassembler has a control file...            01/01/70 00:00      
         Disassembler            01/01/70 00:00      
            Sweeping generalisation?            01/01/70 00:00      
   Control file            01/01/70 00:00      
      clt files.            01/01/70 00:00      
         You should add that line to the ctl file...            01/01/70 00:00      
         What are you trying to do?            01/01/70 00:00      

Back to Subject List