Search code examples
Is it possible to multiply by an immediate with mul in x86 Assembly?...


assemblyx86dosmultiplicationimmediate-operand

Read More
Do I need to split up a very large number to move it into a 32-bit register in ARM64...


assemblyarm64immediate-operand

Read More
Can address be negative in the immediate field of the RISC-V I-Type?...


assemblyriscvinstruction-setimmediate-operand

Read More
Is there a set format on how immediates are shown in RISC-V assembly?...


assemblyriscvimmediate-operand

Read More
Is there an inline assembly constraint for 32-bit immediate for x86-64...


gccx86-64inline-assemblyimmediate-operand

Read More
Range of immediate values in ARMv8 A64 assembly...


assemblyarm64gnu-assemblerimmediate-operand

Read More
NASM Intel 64-bit mode: why does 32-bit constant 0xffffffff cause "warning: signed dword value ...


assemblyx86-64nasmimmediate-operand

Read More
error: Impossible constraint in 'asm' "i"...


cgccinline-assemblyarm64immediate-operand

Read More
How to calculate the maximum range of BEQ instruction in risc-V?...


assemblyrangeriscvimmediate-operand

Read More
Understanding address assignment to registers via assembly instructions...


assemblycpu-architecturemachine-codeinstruction-setimmediate-operand

Read More
Understand EQU and >> operators on them in RISC-V assembly, with LUI and ADDI...


assemblyriscvimmediate-operand

Read More
How does LUI/ORI on MIPS work to create a 32-bit constant value?...


assemblymipsinstruction-setimmediate-operand

Read More
RISC-V U-Format instruction immediate confusion...


assemblyriscvmachine-codeimmediate-operandinstruction-encoding

Read More
What are the common ways instruction decoders deal with using constants over registers in microcontr...


assemblycpucpu-architectureimmediate-operand

Read More
ARMv7 T3 encoding for adds...


assemblyarmthumbimmediate-operandinstruction-encoding

Read More
Difference between movq and movabsq in x86-64...


assemblyx86-64attinstructionsimmediate-operand

Read More
Replace `movss xmm0, cs:dword_5B27420` with `movss xmm0, immediate`...


assemblyx86reverse-engineeringsseimmediate-operand

Read More
MIPS - SPIM parser immediate value out of range for bitwise ANDI...


assemblymipsspimimmediate-operand

Read More
MIPS I instruction immediate field...


assemblymipsmachine-codeimmediate-operand

Read More
RISC-V: Do 12-bit immediate logical operations operate on the whole register?...


riscvimmediate-operandsign-extensionriscv32

Read More
Loading 16-bit (or bigger) immediate with a Arm inline GCC assembly...


assemblygccarminline-assemblyimmediate-operand

Read More
Comparing word against immediate value?...


assemblymipsimmediate-operand

Read More
Error while compiling MOV instruction in ARM assembly...


assemblyarm64movarmv8immediate-operand

Read More
How to know that a certain number can be represented as 32 bit immediate in ARM?...


assemblyarmimmediate-operand

Read More
Loading 32 bit values to a register in arm assembly...


assemblyarmimmediate-operand

Read More
Fast way to get a valid imm num for arm mov?...


c++cassemblyarmimmediate-operand

Read More
What's difference between number with $ or without $ symbol in at&t assembly syntax?...


assemblyx86attimmediate-operand

Read More
x86_64 Cannot add 64 bit value to rax, "operand mismatch on 'add'"...


assemblyx86-64gnu-assemblerimmediate-operand

Read More
How to encode immediate value in arm?...


assemblyarmmachine-codeimmediate-operand

Read More
MIPS Pipeline stages for Load Immediate...


assemblymipscpu-architectureimmediate-operand

Read More
BackNext