qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

why arm bootloader is big endian?


From: Liu Jaloo
Subject: why arm bootloader is big endian?
Date: Tue, 17 May 2022 18:14:24 +0800

from hw/arm/boot.c

static const ARMInsnFixup bootloader[] = {
    { 0xe28fe004 }, /* add     lr, pc, #4 */
     ...
}

$ rasm2 -a arm -d -e 0xe28fe004
add lr, pc, 4

$ rasm2 --help
-e           Use big endian instead of little endian

why arm bootloader defalut is big endian?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]