Any one of you have faced a challenge with the memory alignment while reading byte words ?

Team I would like to know if any one of you have faced a challenge with the memory alignment while reading byte words ?
Solution:
what type of issue do you mean? Unalignment? Having the data in memory address equal to some multiple of the word size will help it to be aligned. Take a look at https://www.geeksforgeeks.org/structure-member-alignment-padding-and-data-packing/'...
Jump to solution
3 Replies
Navadeep
Navadeep5mo ago
yes, often when dealing with endianness especially when swapping bytes and ensuring the correct value has been read.
Solution
Navadeep
Navadeep5mo ago
what type of issue do you mean? Unalignment? Having the data in memory address equal to some multiple of the word size will help it to be aligned. Take a look at https://www.geeksforgeeks.org/structure-member-alignment-padding-and-data-packing/'
youcef_ali
youcef_ali5mo ago
I'll send you a screenshot
Want results from more Discord servers?
Add your server