Search code examples
How does the CPU know its instruction set?...


cpucpu-architectureinstruction-setmachine-code

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
What do we mean by instruction size?...


assemblyarmmachine-codeinstructionsthumb

Read More
What does 011111100 refer to in this LC-3 Code?...


assemblybinarylc3machine-code

Read More
Absolute address of function in object file...


carmcortex-mmachine-code

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


assembly64-bitx86-64machine-codeinstruction-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
Assembly Hack to Binary Machine Language...


assemblymachine-codenand2tetris

Read More
Are machine code instructions fetched in little endian 4-byte words on an Intel x86-64 architecture?...


x86-64intelendiannesscpu-wordmachine-code

Read More
MIPS jump and branch instructions range...


assemblymipsmachine-code

Read More
Confused about the binary code for the MVI instruction in the 8085 instruction code. Please see...


assemblymicroprocessorsinstruction-setmachine-code8085

Read More
Kind of self-modifying program in C...


cheap-memorymachine-code

Read More
How do I translate assembly to binary?...


assemblymachine-code

Read More
RISC-V branch offset machine instruction encoding...


assemblymachine-coderiscv

Read More
What is the significance of operations on the register EAX having their own opcodes?...


assemblyx86machine-codeinstructionsopcode

Read More
How Are Registers X/Y/ZMM16-31 Encoded?...


assemblyx86-64disassemblymachine-codeavx512

Read More
In MIPS assembly, how do we know what function the opcode refers to if it starts with 000000?...


assemblymipsmachine-codeopcode

Read More
Is x86-64 machine language big endian?...


assemblyx86-64endiannessmachine-code

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


assemblyarmmachine-codeimmediate-operand

Read More
Why are JIT-ed languages still slower and less memory efficient than native C/C++?...


performancememory-managementnativejitmachine-code

Read More
How does less than and greater than work on a logical level in binary?...


machine-code

Read More
Need a way to handle the 2/3 byte VEX in C# assembler...


c#assemblybit-manipulationbit-fieldsmachine-code

Read More
Assembly Visualizer...


assemblyreverse-engineeringmachine-code

Read More
why do repe and repne do the same before movsb?...


assemblyx86repeatmachine-codeinstructions

Read More
How do memory addresses in binary programs point to the right place in memory at runtime?...


memorycompilationoperating-systemexecutablemachine-code

Read More
What does [--][--] mean in the Intel x86 Assembly docs?...


assemblyx86machine-codeopcode

Read More
BackNext