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 689625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:21:06+00:00 2026-05-14T02:21:06+00:00

When an assembly has an instruction like jmp f what happens to the stack

  • 0

When an assembly has an instruction like jmp f what happens to the stack and frame pointers?

I mean – f is a label in memory right? How can we jump to different address in memory and not update our frame and stack pointers…

EDIT: I am talking about Intel x86 assembly yes 🙂

  • 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-05-14T02:21:06+00:00Added an answer on May 14, 2026 at 2:21 am

    The stack and frame pointers deal with location of the data. jmp instructions deal with location of the code. Unless something drastic happens, one should not affect the other. Here’s a list of drastic things:

    • Task switches – due to a far jump using a task gate
    • faults – due to a jump to a new page that is invalid, or jumping out of the current segment, or a jmp that tries to change the privilege illegally.
    • traps – for instance, due to a code breakpoint. In fact, no other trap comes to mind at the moment.

    That’s about it. Even those cases change the stack because they involve some sort of context switch, either to a new task or to some exception handler.

    Note also that no OS that I know of uses the CPU’s task switching features. It’s usually implemented in software.

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

Sidebar

Related Questions

This question is about the public key that every .NET assembly has AFAIK (looking
DTF does not call the second action if the custom action assembly has more
Is it possible to separate interface from implementation where the client assembly has no
I'm curious if it is possible to determine whether or not an Assembly has
I have a .NET assembly that has tens of classes and methods which are
I have a .NET assembly(3.5 framework) and it basically has a set of custom
I have a project which has a set of binary dependencies (assembly dlls for
Our current project has ran into a circular dependency issue. Our business logic assembly
I understand that a user can own a process and each process has an
I understand somewhat how int a = b+abs(c) can be translated to simple assembly

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.