Search code examples
What are segr6 and segr7 under x86 ISA...


assemblyx86disassemblymachine-codememory-segmentation

Read More
How to force clang assembler to emit the `rex.W` prefix?...


assemblyclangx86-64machine-code

Read More
Can Someone Explain PPC Branch Link encoding?...


assemblymachine-codepowerpcinstruction-encoding

Read More
Do the bytes "00 10 A1 B3" make sense in Arm 32-bit architecture?...


assemblyarm32-bitmachine-codeinstruction-encoding

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


assemblycpu-architecturemachine-codeinstruction-setmicro-architecture

Read More
Do assembly instructions map 1-1 to machine language?...


assemblycpu-architecturemachine-code

Read More
Can I somehow tell GAS to change direction of operands?...


assemblyx86gnu-assemblermachine-codeinstruction-encoding

Read More
ARM64 add instruction preferred opcode?...


assemblyarm64machine-codeinstruction-encoding

Read More
What happens if x86 jmp jumps to an address between two other consecutive valid ones?...


assemblyx86machine-code

Read More
Does java compiler (javac) require JVM to compile the java code?...


javacompilationjvmjavacmachine-code

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


assemblymachine-codeobject-code

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


assemblyriscvmachine-codeimmediate-operandinstruction-encoding

Read More
How to detect whether my x86 code is running in 16-bit mode or 32-bit mode without modifying FLAGS o...


assemblyx86machine-code

Read More
What file format can be executed across windows, linux and mac...


cross-platformexeelfoutmachine-code

Read More
easy way to get opcodes...


assemblyx86machine-codeopcode

Read More
Segmentation fault in x86-64 Assembly program...


assemblyx86-64machine-code

Read More
Attack Lab Phase 4: rdi gets the wrong value despite correct assembly being put on stack...


assemblyx86-64machine-codeexploitopcode

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
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
BackNext