What is a good 64-bit NASM assembly reference?
Posted
by Xill
on Stack Overflow
See other posts from Stack Overflow
or by Xill
Published on 2010-04-27T01:20:51Z
Indexed on
2010/04/27
1:23 UTC
Read the original article
Hit count: 271
I have been able to find plenty of 16 and 32-bit NASM assembly references like here, but the only thing I could find on 64-bit NASM was what was in the small section of the NASM manual here. Are there any good sites or books that would have a better explanation of 64-bit assembly (Windows or Linux/Unix) with some good code examples?
© Stack Overflow or respective owner