Search code examples
How do you understand 'REX.W + B8+ rd io' form for x86-64 assembly?...


assemblyx86-64nasmmachine-codeinstruction-encoding

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


assemblyriscvmachine-codeimmediate-operandinstruction-encoding

Read More
Why is multiplication by 4 needed to offset when you calculate branch target address?...


assemblymipsinstruction-encoding

Read More
How do hardware recognizes RISC-V compressed instructions?...


assemblycpu-architectureriscvmachine-codeinstruction-encoding

Read More
What is REX prefix in Instruction Encoding?...


assemblyx86-64attmachine-codeinstruction-encoding

Read More
ARMv7 T3 encoding for adds...


assemblyarmthumbimmediate-operandinstruction-encoding

Read More
ARM instruction to hex for loads like pc-relative LDR...


assemblyarmmachine-codeinstruction-encodingrelative-addressing

Read More
How does an instruction decoder tell the difference between a prefix and a primary opcode?...


assemblyx86cpu-architecturemachine-codeinstruction-encoding

Read More
Is instruction encoded differently from .so file to runtime memory?...


assemblyarmdisassemblyidainstruction-encoding

Read More
how arm-thumb instruction set's blx instruction support 4MB range...


assemblyarmmachine-codethumbinstruction-encoding

Read More
How does the RMI Instruction Operand Encoding of ROUNDSS work?...


assemblyx86-64ssemachine-codeinstruction-encoding

Read More
Why doesn't my assembler use the 05 opcode (add eax,imm32) short form the manual documents for A...


assemblyx86machine-codeopcodeinstruction-encoding

Read More
Does offset in ARM Assembly counts from the start or the end?...


assemblyarmmachine-codeaddressing-modeinstruction-encoding

Read More
Encoding JMP FAR and CALL FAR in x86-64...


assemblyx86-64machine-codeinstruction-encoding

Read More
ModRM: Can't use direct address, assembly x86...


assemblyx86machine-codeinstruction-encoding

Read More
Target destination of a JE branch instruction, given its machine code and starting address...


assemblyx86x86-64machine-codeinstruction-encoding

Read More
Encoding memory operands using the RSP register in x64 - SIB byte needed?...


assemblyx86-64machine-codeaddressing-modeinstruction-encoding

Read More
x86 sub instruction opcode confusion...


assemblyx86tasmopcodeinstruction-encoding

Read More
Why does jmpq of x86-64 only need 32-bit length address?...


assemblyx86-64cpu-architecturemachine-codeinstruction-encoding

Read More
Where has Intel documented the encoding of extended registers (R8-R15) in ModR/M byte?...


assemblyx86-64intelmachine-codeinstruction-encoding

Read More
Why does JALR encode the LSB of the offset?...


assemblyriscvinstruction-setinstruction-encoding

Read More
MIPS Instruction Decoding...


assemblymipsdisassemblyobjdumpinstruction-encoding

Read More
Why is default operand size 32 bits in 64 mode?...


assembly64-bitx86-64machine-codeinstruction-encoding

Read More
x86 find out operand size of instruction given only the hex machine code?...


x86disassemblyinstruction-encoding

Read More
How does x86 handle byte vs word addressing when executing instructions and reading/writing data?...


assemblyx86cpu-architectureinstruction-setinstruction-encoding

Read More
x86 assembly 16 bit vs 8 bit immediate operand encoding...


assemblyx86machine-codeopcodeinstruction-encoding

Read More
Encoding 8-bit operand size? Is there a prefix for that like for 16-bit?...


assemblyx86-64machine-codeinstructionsinstruction-encoding

Read More
Understanding Instruction Encoding?...


assemblyx86-64attmachine-codeinstruction-encoding

Read More
Encoding x86-16 instruction with immediate operand...


assemblyx86machine-codeinstruction-encoding

Read More
Give the opcode and number of bytes of code for each of these instructions...


assemblyx86instruction-encoding

Read More
BackNext