assembly - Big endian and Little endian representations -



assembly - Big endian and Little endian representations -

if write following

section .data align 4 x: db 1 y: dw 5 z: db 0x11 section .text add together dword [x], 0xaa000101

i'm trying understand differences between big endian , little endian representations, , don't understand value of each variable each representation? same?

have @ these pictures:

this list of endiannesses architectures/instruction sets

assembly little-endian big-endian

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -