Search code examples
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
Is there a way to make GDB disassemble all memory in a specific range, without regard for instructio...


assemblyx86gdbexploitmachine-code

Read More
How can I call a Windows .DLL (API) function from machine code?...


windowsassemblydllx86-64machine-code

Read More
Array access is not constant...


arraystime-complexitymachine-code

Read More
How to tell the length of an x86 instruction?...


assemblyx86machine-codecode-sizeinstruction-encoding

Read More
What do NDS, NDD, and DDS stand for in encoding VEX instructions?...


assemblyx86x86-64intelmachine-code

Read More
How exactly DO lines of code relate to each other in assembly code when jump is involved?...


assemblyx86machine-code

Read More
"Assembly" vs. "Assembler"...


assemblyterminologymachine-code

Read More
machine code FF 25 should have 64-bit operand but actually only 32-bit is available...


assemblyx86-64machine-codeopcode

Read More
How to add machine code at the end of an executable file on Windows(PE) or Linux(ELF)?...


binaryelfportable-executablemachine-code

Read More
How was the first computer program created?...


assemblycpucpu-architecturemachine-code

Read More
Should the assembler not honor my request for ret imm16?...


assemblyx86masmmachine-code

Read More
Opcode differences between MOV r/m32, imm32 and MOV r32, imm32...


assemblyx86-64machine-codeopcodeinstruction-encoding

Read More
BackNext