pub const OP_PUSHDATA1: u8 = 0x4c;
Read the next 1 byte as a length N, then push the next N bytes onto the stack.