List Question
20 TechQA 2024-03-09T03:25:10.357000Shifting bytes in ARM into a temp register using MOVZ and MOVK
25 views
Asked by Karim
How can I convert 16 bytes of data into 2 pieces of 8 bytes of data?
176 views
Asked by SerdarSoylemez
How to swap first and last nibbles in given integer [32 bits]
554 views
Asked by Manvi Koul
Shifting binary number in c++
91 views
Asked by Jasom Freckenberg
Masking and shifting, uint8_t into uint32_t
651 views
Asked by sine nomine
Python-numpy reading bytes and offset to signed int32
262 views
Asked by Vincent Bénet
Shifting with floats
409 views
Asked by user15648820
Am I wrong with these shiftings?
84 views
Asked by Qaimaq
Store data in Byte array in java
689 views
Asked by Shadi Jumaa
How to merge two unsigned chars into a single unsigned short(16 bits) in c++
734 views
Asked by thecoder
Bitshift (rotation) with hexadecimal in C
1.7k views
Asked by Timon Doo
What does bit shifting a byte array element do in C
193 views
Asked by Fred
C function replace a byte in a specific index of a parameter
686 views
Asked by Dima Ciun
c function to merge bytes in a specific order depended on endianness
206 views
Asked by Dima Ciun
Decimal to binary without for, while, or if loops
2k views
Asked by Cristian Bătrînu
Rotate left the last 10 bits in an int
370 views
Asked by scy17
I want to know how to approach these functions in C. I have tried solving them but failed
115 views
Asked by Koko
Shifting gives a 1 at the most significant digit
100 views
Asked by akBo
is getting msb and lsb using the same mask portable with respect to endianess?
384 views
Asked by Sterpu Mihai
Why does bit shifting with equal sign prints out different result opposed to non-equal case?
38 views
Asked by nonamer