Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9186607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:34:14+00:00 2026-06-17T19:34:14+00:00

I am learning how Linux works. I have encountered a strange assembly language instruction,

  • 0

I am learning how Linux works. I have encountered a strange assembly language instruction, jmpi. I can find some explanation at various websites, but strangely I can’t find it in assembly language books, including the Intel® 64 and IA-32 Architectures Software Developer’s Manual. I have searched the book, but it doesn’t contain the instruction jmpi. I think the Intel manual should be the the most authoritative book on Intel assembly language. So it is very strange.

My question is: is there some book or authoritative files which document this instruction?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:34:15+00:00Added an answer on June 17, 2026 at 7:34 pm

    There are several JMP instructions in the Intel processor instruction set. They have the same intended result but differ by the type of the operand they take: an 8-bit constant, a 16-bit constant, a 32-bit constant, a value specified indirectly; also is it a relative or an absolute jump. See the table from p.854 of the Architecture manual

    Opcode Instruction  Description
    ------+------------+----------------------------
    EB cb  JMP rel8     Jump short
    E9 cw  JMP rel16    Jump near, relative
    E9 cd  JMP rel32    Jump near, relative
    FF /4  JMP r/m16    Jump near, absolute indirect
    FF /4  JMP r/m32    Jump near, absolute indirect
    FF /4  JMP r/m64    Jump near, absolute indirect
    EA cd  JMP ptr16:16 Jump far, absolute
    ...
    

    They are treated differently as a legacy of different memory models supported at different stages of the architecture development.

    Many assemblers introduce additional mnemonics to make the assembly code more readable. So in as86 the JMPI instruction refers to a near JMP it can be either absolute, or relative, but should always stay within a code segment, the intrasegment jump. The as86 is the only authoritative reference.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently learning Assembly language on Linux. I have been using the book
Can anyone suggest some good materials for learning more about the Linux filesystem and
I'm currently learning x86 assembly with Guide to assembly language in Linux and on
I have just started learning Linux and Emacs. It was pleasant to have the
I'm learning the Linux kernel and reading the book The Linux Kernel . Can
I'm learning the C language on Linux now and I've came across a little
OS: Linux, Language: pure C I'm moving forward in learning C programming in general,
As part of learning MIPS assembly, I want to cross compile some C source
I'm learning assembly language. I started with Paul A. Carter's PC Assembly Language which
I have mono installed on my Linux laptop, and I started learning how to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.