Search code examples
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
Designing an instruction sequence so that it does something else if decoded with an offset...

assemblyx86obfuscationmachine-codeantivirus

Read More
Difference between native and managed code?...

.netnativeunmanagedmanagedmachine-code

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

assemblyriscvmachine-codeimmediate-operandinstruction-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
How do exactly computers convert ASCII to Binary?...

binaryasciimachine-code

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
MIPS I instruction immediate field...

assemblymipsmachine-codeimmediate-operand

Read More
What does "comparison is for a two’s-complement ‘>=’" mean?...

assemblyprogramming-languagesattmachine-code

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

assemblyarmmachine-codethumbinstruction-encoding

Read More
Assembler: What means RAM_SP+16H?...

assemblykeilmachine-code

Read More
Why aren't instructions' adresses consecutive in machine code?...

assemblyx86x86-64machine-code

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
How to print and attribute integers into an array in MIPS?...

assemblymipsmachine-code

Read More
By reading .hex and .map, how can I be sure that a BL links to the right function offset?...

assemblyarmstm32machine-codeinstruction-set

Read More
BackNext