felicityhanson2371 felicityhanson2371 28-02-2024 Computers and Technology contestada Explain how the following program can be used to determine whether a computer is big-endian or little-endian: move w0, 0xabcd, lsl 16: add w0, w0, 0x23 stur w0, [sp, 0x10] ldurb w5, [sp, 0x10]