Search code examples
Opcode differences between MOV r/m32, imm32 and MOV r32, imm32...


assemblyx86-64machine-codeopcodeinstruction-encoding

Read More
What happens if `objdump -d --start-address` starts printing from the middle of an x86 instruction?...


linuxx86disassemblymachine-codeobjdump

Read More
Shorter x86 call instruction...


assemblyx86callmicro-optimizationmachine-code

Read More
Is microcode and machine code the same thing?...


assemblycontrolleravrmachine-code

Read More
Jump to specific address in loaded shared object file (loaded by the LD_PRELOAD)...


armelfinstrumentationmachine-codeld-preload

Read More
How does the CPU know how many bytes it should read for the next instruction, considering instructio...


assemblyx86cpu-architecturedisassemblymachine-code

Read More
What is the difference in byte code like Java bytecode and files and machine code executables like E...


executablebytecodeelfmachine-code.class-file

Read More
Why is Binary (machine code) based off Boolean Algebra? What would happen if numbers went from 0-9 i...


binarycomputer-sciencemachine-code

Read More
Is machine code and assembly code part of the architecture?...


assemblycpu-architecturemachine-codeinstruction-setmicro-architecture

Read More
LISP 1.5 How lisp is like a machine language?...


lisprackets-expressionmachine-codecomputer-science-theory

Read More
What does the FC field represent in the MIPS machine code for floating point compare instructions? R...


assemblymipsmachine-codemips32mars-simulator

Read More
Are goto statements efficient when compared to calling functions?...


c++cassemblygotomachine-code

Read More
NASM produces unexpected extra operand size prefix...


assemblyx86nasmmachine-codeinstruction-encoding

Read More
What are 8086 ESC instruction opcodes...


assemblyx86x86-16machine-codeinstruction-encoding

Read More
Understanding jump address calculation for different bit ISA...


assemblymipscpu-architecturemachine-codeinstruction-set

Read More
CMP instruction behaving weirdly if operand is over 127?...


assemblyx86-16bootloadergnu-assemblermachine-code

Read More
How to determine if ModR/M is needed through Opcodes?...


assemblyx86machine-codeopcodeinstruction-encoding

Read More
x64 instruction encoding (r/m, reg vs reg, r/m)...


assemblyx86-64machine-codeinstruction-encoding

Read More
mips type R, I and J, RS, RT and RD fields length...


assemblymipscpu-architecturemachine-codeinstruction-encoding

Read More
Where do assembly instruction "Intel group" categories originate?...


assemblyx86intelx86-16machine-code

Read More
Why does MIPS use 'PC+4' as base address when calculating branch target address?...


assemblymipscpu-architecturemachine-code

Read More
What's addr32 in assembly means?...


assemblygdbx86-64disassemblymachine-code

Read More
Can machine code be transpiled to jvm bytecode?...


assemblyjvmemulationmachine-code

Read More
Is there any difference in the multiple encodings of the same x64 instruction?...


assemblyx86-64machine-codeinstruction-encoding

Read More
How to read the Intel Opcode notation...


assemblyx86intelmachine-codeinstruction-encoding

Read More
How are functions encoded/stored in memory?...


functionmemoryencodingcpu-architecturemachine-code

Read More
What components of a machine affect the machine code produced given a C++ file input?...


c++linuxcompilationexecutablemachine-code

Read More
which MOV instructions in the x86 are not used or the least used, and can be used for a custom MOV e...


gccx86inline-assemblymachine-codegem5

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


assemblycpu-architecturemachine-codeinstruction-setimmediate-operand

Read More
How do you understand 'REX.W + B8+ rd io' form for x86-64 assembly?...


assemblyx86-64nasmmachine-codeinstruction-encoding

Read More
BackNext