Results 1 to 2 of 2

Thread: Error with MOV DS,5678 in Debug!

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2005
    Posts
    265

    Error with MOV DS,5678 in Debug!

    I using debug program which is included in window, I want to assemble the instruction MOV DS , 5678
    I used
    MOV DS , 5678
    MOV DS , word ptr 5678
    MOV DS , byte ptr 5678

    but in all cases I got an error?!
    thx

  2. #2
    Hyperactive Member Iron Skull's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    325

    Re: Error with MOV DS,5678 in Debug!

    You need to post your DS (DataSegment)

    Else we can't see what jumps wrong?

    506C65617365205261746520506F7374732E2E2E

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width