Login
Remember
Register
Questions
Hot!
Categories
Ask a Question
Ask a Question
Which two suffixes for pop and push are not valid instructions in x86-64?
0
votes
asked
Sep 25, 2022
in
General Knowledge
by
iskralawrence
(
773k
points)
Which two suffixes for pop and push are not valid instructions in x86-64?
Facebook
Twitter
LinkedIn
Your answer
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
1
Answer
0
votes
answered
Sep 25, 2022
by
iskralawrence
(
773k
points)
Best answer
pushl/popl and pushb/popb. Not valid on x64, just x32.
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Welcome to the Answerine , a great place to find, read and share your favorite questions and answers.
Related questions
0
votes
1
answer
How does the push instruction work? What happens if I use a suffix other than q? How does this change for pop?
asked
Sep 25, 2022
in
General Knowledge
by
iskralawrence
(
773k
points)
0
votes
1
answer
Are any of these valid instructions? movb (%rax),%al movl (%ecx),%eax movq (%ecx),%rax
asked
Sep 25, 2022
in
General Knowledge
by
iskralawrence
(
773k
points)
0
votes
1
answer
How do you write the following expressions in X86-64? (assime array is of ints, or 4 byte values) E E[i] &(E[i]) E+i-1 *(E+i-3)
asked
Sep 25, 2022
in
General Knowledge
by
iskralawrence
(
773k
points)
0
votes
1
answer
When do you use a % in x86-64?
asked
Sep 25, 2022
in
General Knowledge
by
iskralawrence
(
773k
points)
0
votes
1
answer
Do aggregate types exist in x86-64?
asked
Sep 25, 2022
in
General Knowledge
by
iskralawrence
(
773k
points)
...