Comment on Raspberry Pi Pico: What is this code doing in its boot ROM, line 442?parentComments−chillingeffect4yNext two bytes: 0xc0, 0x7a = "cola" ?−jhart994yIt is little endian so that will be '7AC0' or taco
Comments
Next two bytes: 0xc0, 0x7a = "cola" ?
It is little endian so that will be '7AC0' or taco