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

  • Home
  • SEARCH
  • 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

Is it possible to check if a dynamically loaded assembly has been signed with
I have a .net assembly that has a COM+ ServicedCopmonent in it and at
I'm working on a drop in assembly that has predefined pages and usable controls.
I've a DLL assembly, in which there are various classes. Each class has around
I understand somewhat how int a = b+abs(c) can be translated to simple assembly
Assembly [AssemblyName] must have a shared name to be installed globally I am getting
The assembly it's trying to find isn't the root assembly - it's a referenced
Suppose assembly Assembly1.dll contains 3 classes: Class C1, C2, C3. I want to expose
Any assembly interpreters out there? What I'm looking for: I have some assembly firmware
I have a .NET assembly that contains classes to be registered as ServicedComponent through

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.