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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:58:01+00:00 2026-06-03T02:58:01+00:00

I need a helping hand in order to understand the following assembly instruction. It

  • 0

I need a helping hand in order to understand the following assembly instruction. It seems to me that I am calling a address at someUnknownValue += 20994A?

E8 32F6FFFF - call std::_Init_locks::operator=+20994A
  • 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-03T02:58:02+00:00Added an answer on June 3, 2026 at 2:58 am

    Whatever you’re using to obtain the disassembly is trying to be helpful, by giving the target of the call as an offset from some symbol that it knows about — but given that the offset is so large, it’s probably confused.

    The actual target of the call can be calculated as follows:

    • E8 is a call with a relative offset.
    • In a 32-bit code segment, the offset is specified as a signed 32-bit value.
    • This value is in little-endian byte order.
    • The offset is measured from the address of the following instruction.

    e.g.

    <some address>       E8 32 F6 FF FF         call <somewhere>
    <some address>+5     (next instruction)
    
    • The offset is 0xFFFFF632.
    • Interpreted as a signed 32-bit value, this is -0x9CE.
    • The call instruction is at <some address> and is 5 bytes long; the next instruction is at <some address> + 5.
    • So the target address of the call is <some address> + 5 - 0x9CE.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been away from inheritance for a while and need a little helping hand.
I need helping appending values into a textbox. What happens is that with the
I need a bit of help; I'm helping a friend port a Delphi app
I need to edit format for JFormatedTextField in a Java program. NetBeans are helping
Need help with a query that I wrote: I have three tables Company id
Hay i need to hand implemeneting a voting system into a model. I've had
I wonder if the SQL geniuses amongst us could lend me a helping hand.
I have a xml document, i need to get name attribute's value with helping
I need helping understanding the end to end flow in Rails. I could use
Today while helping someone I came across an interesting issue which I couldn't understand

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.