Hacker News new | past | comments | ask | show | jobs | submit login

In regards to memory alignment, it's even worse. Most instructions work on unaligned data. But some instructions require 8 byte, 16 byte, 32 byte, 64 byte and I think there's even some 128 and 256 byte alignment. One of the more common pitfalls someone can find themselves in when coding x86-64 asm.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: