Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 284 Vote(s) - 3.63 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What does ESP mean in assembly?

#1
ESP = ? stack pointer

What does **E** stand for here?

**UPDATE**

RSP for 64bit?

What does `R` mean here?
Reply

#2
`E` stands for `Extended`

> With the advent of the 32-bit 80386 processor, the 16-bit general-purpose registers, base registers, index registers, instruction pointer, and FLAGS register, but not the segment registers, were expanded to 32 bits. This is represented by prefixing an **"E" (for Extended)** to the register names in x86 assembly language.

[Source][1]


[1]:

[To see links please register here]

Reply

#3
Perhaps for consistency with the other 32-bit registers: `EAX`, `EBX` etc.

For those, `E` means "extended" - i.e. to 32 bits (the 16-bit versions are called `AX`, `BX` etc.)

P.S. according to [The Free Dictionary][1], `ESP` stands for Extended Stack Pointer.


[1]:

[To see links please register here]

Reply

#4
E means Extended. If you have SP 16bit, so ESP should be 32bit.
Reply

#5
R is just for "register", with the new registers called just r8-r15. Since the old ones also needed names for their extended versions, the e was just swapped to r.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through