Search code examples
Do assembly instructions map 1-1 to machine language?...


assemblycpu-architecturemachine-code

Read More
8086 memory to accumulator encoding: why do mov al, [absolute] and mov ah, [absolute] have different...


assemblyx86-16disassemblymachine-codeinstruction-encoding

Read More
Having trouble finding error in my assembly code...


debuggingassemblymachine-code68000

Read More
What is iii, rr and mmm?...


assemblyx86machine-codeinstruction-encodinghla

Read More
Understanding disassembler: See how many bytes are used for add...


assemblyx86-64disassemblyattmachine-code

Read More
How to check the Language in which Exe is made...


exeexecutableassembliesmachine-code

Read More
Windows API SetThreadContext does not set EFlags Carry Flag...


windowsassemblywinapimachine-codeeflags

Read More
How can I write raw machine code for x86 without using assembly?...


x86low-levelmachine-code

Read More
easy way to get opcodes...


assemblyx86machine-codeopcode

Read More
About ARMv8-A `SVC #0x0f0f` to machine code...


assemblyarmmachine-codearmv8

Read More
How are x86 instructions stored in memory?...


x86machine-code

Read More
What's the relationship between assembly language and machine language?...


assemblyarchitectureoperating-systemmachine-codeinstruction-set

Read More
How to Calculate Jump Target Address and Branch Target Address?...


assemblymipsmachine-codeinstruction-encoding

Read More
How does a computer/microprocessor understand the mnemonics(assembly language) written by a programm...


assemblyasciimachine-codemicroprocessors

Read More
Can anyone solve this 8080 assembly code 'puzzle'?...


assemblymachine-codeintel-8080

Read More
How does a compiler compile a compiler?...


compiler-constructionlow-levelmachine-code

Read More
In shift left instruction, why is rt used as source register instead of rs?...


assemblymipscpu-architecturemachine-codeinstruction-encoding

Read More
gbz80 - IF statements...


if-statementmachine-codegameboy

Read More
Extracting opcodes from arm64 (ARMv8.5-A) instructions...


x86arm64disassemblymachine-codeopcode

Read More
Segmentation fault on priting a string in machine code...


assemblysegmentation-faultx86-64machine-code

Read More
C++ optimization comparing inline classes and functions doesn't seem good enough...


c++gccclangavrmachine-code

Read More
Does the compiler actually produce Machine Code?...


gcccompilationprogramming-languagescpumachine-code

Read More
What version of ARM does the given machine code correspond to?...


assemblyarmmachine-code

Read More
Not getting the expected output when running a shell code in a buffer overflow...


x86gdbbuffer-overflowmachine-codeshellcode

Read More
EIP doesn't get overwritten when perfoming a buffer overflow attack...


gdbbuffer-overflowmachine-codeeip

Read More
Assembly code vs Machine code vs Object code?...


assemblymachine-codeobject-code

Read More
How does machine code communicate with processor?...


interpreterprocessormachine-codemicrocoding

Read More
How to compile hexadecimally encoded instructions into an ELF for RISCV simulation?...


assemblycompilationriscvmachine-code

Read More
RISCV resolving opcode...


riscvmachine-codeopcodeinstruction-encoding

Read More
Segmentation fault when using DB (define byte) inside a function...


assemblyx86-64nasmmachine-code

Read More
BackNext