Menu

#14 Wrong dissasembly

closed-invalid
nobody
None
5
2004-08-24
2004-08-24
pierre
No

A file starting with :
C606A0040D

is dissasembled as :
c606a0 mov byte ptr [esi], 0xa0
040d add al, 0xd

Should be treated as a single (tried with biew) :
mov [04A0],0D

Discussion

  • Sebastian Biallas

    Logged In: YES
    user_id=3437

    HT assumes by default a 32 bit memory and operand segment.
    If you want 16 bit, do local-disasm->toggle 16/32.

     
  • Sebastian Biallas

    • status: open --> closed-invalid
     

Log in to post a comment.