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
Printable View
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
You need to post your DS (DataSegment)
Else we can't see what jumps wrong?