Comment on Raspberry Pi Pico: What is this code doing in its boot ROM, line 442?parentComments−chillingeffect4yfirst 2 bytes 0x11, 0x38... perhaps another scifi reference?−Retr0id4yI think you're right. This instruction is essentially redundant, since the following instruction also adds an offset - so I think it's very deliberate.−chillingeffect4yNext two bytes: 0xc0, 0x7a = "cola" ?−jhart994yIt is little endian so that will be '7AC0' or taco
Comments
first 2 bytes 0x11, 0x38... perhaps another scifi reference?
I think you're right. This instruction is essentially redundant, since the following instruction also adds an offset - so I think it's very deliberate.
Next two bytes: 0xc0, 0x7a = "cola" ?
It is little endian so that will be '7AC0' or taco