pushUnsignedBytes

Create the appropriate operation to push the passed parameter to the stack. This pushes the number without regard to sign. So for example pushing 0x8000 0000 0000 0000 will NOT push a sign magnitude 9 byte value. It will push the (little endian) bytes 0000 0000 0000 0080h