Search code examples
Difference between MOV r/m8,r8 and MOV r8,r/m8...


assemblyx86nasmmachine-codeopcode

Read More
Why are functions thread safe on a machine code level if they don't use global data?...


multithreadingparallel-processingarchitectureprocessormachine-code

Read More
Intel AVX-512: how to set the EVEX.z bit...


assemblyx86machine-codeavx512

Read More
How is machine code stored in the EXE file?...


x86portable-executablemachine-codeinstruction-setopcode

Read More
Error: Junk at end of line -as and -o error with ARM...


armputtymachine-code

Read More
Connection between microprogramming and embedded systems...


embeddedsystemmachine-codemicrocoding

Read More
C++ O2 Memory leak when using const reference to literal in class...


c++optimizationmemory-leaksmachine-code

Read More
How does a computer distinguish between Data and Instructions?...


assemblymachine-codemicroprocessors8-bit

Read More
How can "strange" ROP gadgets be found in a normal DLL? Compilers would never do this. (Re...


assemblydllx86reverse-engineeringmachine-code

Read More
GAS assembler not using 2-byte relative JMP displacement encoding (only 1-byte or 4-byte)...


assemblyx86gnu-assemblershellcodemachine-code

Read More
Why is 1's complement still used for encoding vector instructions?...


x86-64inteltwos-complementmachine-codeones-complement

Read More
How is sib byte formed in x86 processor?...


assemblyx86x86-64machine-code

Read More
Clock cycle and memory usage of an 8085 assembler program...


performanceassemblymachine-code8085code-size

Read More
What does 'REX' stand for in an x86-64 REX prefix?...


assemblyx86x86-64intelmachine-code

Read More
Combining prefixes in SSE...


assemblyx86ssemachine-codeprefixes

Read More
How to safely extract a signed field from a uint32_t into a signed number (int or uint32_t)...


c++type-conversionarmmachine-codesign-extension

Read More
if (n!=0) n=0; v/s n=0; Which is more efficient and why?...


cif-statementvariablesmachine-codelow-level-code

Read More
Why do call and jump instruction use a displacement relative to the next instruction, not current?...


assemblyx86intelmachine-coderelative-addressing

Read More
How should I obtain the `ModeR/M` byte corresponding to a `call dword ptr` instruction in x86, using...


assemblyencodingx86intelmachine-code

Read More
What does "rep; nop;" mean in x86 assembly? Is it the same as the "pause" instru...


assemblyx86x86-64cpumachine-code

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


x86low-levelmachine-code

Read More
Direction/Sign Extend bit in the encoding of an x86 opcode...


assemblyx86x86-64machine-codeopcode

Read More
Why do I see R3 register in the LC-3 simulator instead of R1, as I wrote in a sample.bin file?...


assemblymachine-code

Read More
Machine Code tutorial for Mac...


macosmachine-code

Read More
Re-use string at known address to save bytes and reduce size of shellcode payload...


assemblyx86shellcodemachine-codecode-size

Read More
Opening a simple .exe file in notepad++ vs in Sublime Text 3 yields very different results...


cassemblynotepad++sublimetext3machine-code

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


assemblycpu-architecturemachine-code

Read More
Is it possible to call a relative address with each instruction at most 3 bytes long, in 32-bit mode...


assemblyx86nasmmachine-code

Read More
What is the method for counting how many bytes your program will be, reading from 32 bit x86 assembl...


assemblyx8632-bitmachine-codecode-size

Read More
How to convert MIPS instructions to machine code?...


assemblymipsmachine-codeinstruction-set

Read More
BackNext