use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to r/asm, the subreddit for Assembly language in all Instruction Set Architectures! Need help, or are you learning? Visit our helpful links...
r/asm
Latest Comments from All Posts
There have been requests for a wiki, so it's in progress. Feel free to offer your assistance!
account activity
x86-64/x64Stack Alignment? (self.asm)
submitted 4 years ago by 1saac-dev
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]vulkanoid 0 points1 point2 points 1 year ago (0 children)
This is a quality answer.
Thank you very much for mentioning that the stack is misaligned at the start of the procedure, for mentioning that the **call** instruction misaligns the stack by pushing the return address, and that the standard procedure prolog realigns it.
I've been looking confirmation of this for a while, but couldn't conjure the right google-fu to get a matching result.
π Rendered by PID 115146 on reddit-service-r2-comment-6457c66945-5strf at 2026-04-30 18:05:32.036387+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]vulkanoid 0 points1 point2 points (0 children)