I would really appreciate if someone can explain to me what the “:” is good for in jmp instruction, below is from wiki from wiki
JMP 0x89AB, I know that this one is to jump to that position
JMP 0xACDC:0x5578 what is that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That is a far jump. It’s meaning differs between real and protected mode:
segment * 16 + offset.offsetwithin the described segment.offsetis ignored, and the appropriate action is performed (e.g: a task switch).