Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in sign-extension
Shifting the Sign extended constant in MIPS
Dec 06, 2022
constants
mips
bit-shift
16-bit
sign-extension
Signed right shift = strange result?
Dec 01, 2022
c
undefined-behavior
endianness
sign-extension
Java Bitwise Or Between Byte and Int
May 31, 2019
java
binary
bit-manipulation
twos-complement
sign-extension
Weird results with movzwl, %ax and negative values
Oct 15, 2022
assembly
x86
sign-extension
zero-extension
intel
Which real use cases exist for arithmetic right bit shifting?
Jun 04, 2022
java
c++
bit-manipulation
bit-shift
sign-extension
What does movslq do?
Oct 28, 2022
assembly
x86-64
att
sign-extension
Signed extension from 24 bit to 32 bit in C++
Sep 23, 2022
c++
bit-manipulation
bit-shift
sign-extension
assembly cltq and movslq difference
Apr 12, 2019
assembly
x86
x86-64
att
sign-extension
Clarifications on signed/unsigned load and store instructions (MIPS)
Sep 19, 2022
assembly
mips
sign-extension
zero-extension
Is a sign or zero extension required when adding a 32bit offset to a pointer for the x86-64 ABI?
Oct 07, 2022
assembly
x86-64
compiler-optimization
abi
sign-extension
Bit wise '&' with signed vs unsigned operand
Sep 03, 2022
c++
c++11
bitwise-and
type-promotion
sign-extension