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 immediate-operand
What's difference between number with $ or without $ symbol in at&t assembly syntax?
Dec 28, 2022
assembly
x86
att
immediate-operand
Loading 32 bit values to a register in arm assembly
Dec 26, 2022
assembly
arm
immediate-operand
why we can't move a 64-bit immediate value to memory?
Dec 16, 2022
assembly
x86-64
cpu-architecture
instruction-set
immediate-operand
GCC seems to prefer small immediate values in comparisons. Is there a way to avoid that?
Nov 09, 2022
c++
assembly
gcc
x86
immediate-operand
In MIPS, when to use a signed-extend, when to use a zero-extend?
Dec 25, 2021
assembly
mips
system-verilog
immediate-operand
zero-extension
Literals VS Immediate Operands
Jul 06, 2022
assembly
literals
systems-programming
immediate-operand
Range of immediate values in ARMv8 A64 assembly
Nov 12, 2019
assembly
arm64
gnu-assembler
immediate-operand
Why isn't # needed before numbers with DC.W (Define Constant), only instructions?
Aug 22, 2022
assembly
motorola
68000
immediate-operand
Can I add 64bit constants to 64bit registers?
Sep 22, 2022
assembly
x86-64
nasm
immediate-operand
What's the difference between the x86-64 AT&T instructions movq and movabsq?
Sep 24, 2022
assembly
x86-64
att
immediate-operand
Why would we use addiu instead of addi?
Sep 14, 2022
assembly
mips
add
unsigned
immediate-operand
MUL instruction doesn't support an immediate value
Apr 27, 2022
assembly
x86
immediate-operand
Is it possible to multiply by an immediate with mul in x86 Assembly?
Nov 07, 2022
assembly
x86
dos
multiplication
immediate-operand
RISC-V build 32-bit constants with LUI and ADDI
Jun 20, 2022
assembly
riscv
constants
immediate-operand
RISC-V: Immediate Encoding Variants
Apr 29, 2019
cpu-architecture
riscv
machine-code
instruction-set
immediate-operand
How can ARM's MOV instruction work with a large number as the second operand?
Sep 13, 2022
assembly
arm
cpu-architecture
machine-code
immediate-operand
Why use LDR over MOV (or vice versa) in ARM assembly?
Sep 03, 2022
assembly
arm
immediate-operand
Difference between movq and movabsq in x86-64
Sep 02, 2022
assembly
x86-64
att
instructions
immediate-operand