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

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -