Search code examples
When is the N (negative) flag set in assembly?...


assembly

Read More
What does @plt mean here?...


linuxassemblyx86-64disassemblydynamic-linking

Read More
LMC program to recognize if a number doesn't evenly divide into another...


assemblylittle-man-computer

Read More
What is the difference between linear, physical, logical and virtual memory address?...


assemblyx86operating-systemrammemory-address

Read More
X86: How to set lower half of xmm0 to 0, without affecting the upper half?...


assemblyx86ssesimdmicro-optimization

Read More
How compiler enforces C++ volatile in ARM assembly...


c++assemblyarmvolatilememory-barriers

Read More
How to access the PC pointer (using assembly) in AVR-libc?...


gccassemblylinkerbranchavr

Read More
GCC inline asm NOP loop not being unrolled at compile time...


assemblygccinline-assemblyloop-unrollingno-op

Read More
x86 Why does C function disassembly show different value for pointer when pushed to call stack...


cassemblyx86gdbdisassembly

Read More
Palindrome using NASM...


assemblyx86nasmpalindrome

Read More
Linking 2 object files?...


assemblyarm

Read More
Assembly error in program with an exception of address pointer inside the stack...


assemblyx86

Read More
Why am I getting a "Must be Same Size" and "Invalid Use of Registers" when I&#39...


assemblyx86masm

Read More
How to use a syscall in a shellcode without use `syscall` or `sysenter` for Linux x86-64, avoiding 0...


assemblyx86-64shellcode

Read More
How does RISC-V variable length of instruction work in detail?...


assemblycpu-architectureriscvinstruction-setinstruction-encoding

Read More
Does the x86 architecture support packing bools as bits to parallelize logic operations?...


assemblyx86logiccpu-architecturehardware

Read More
How to know number of parameters in x86-64 assemble(windows)...


assemblyx86-64reverse-engineeringollydbg

Read More
Adding background music to a 8086 assembly game...


assemblymasmtasmemu8086dosbox

Read More
How to pad blocks across segments in MASM?...


assemblyx86masmbootloaderosdev

Read More
How to make Watcom C compiler (wcc) and WASM generate the same 8086 machine code?...


cassemblyx86watcom

Read More
x86 XOR opcode differences...


assemblyx86bit-manipulationopcodeinstruction-encoding

Read More
How to print EIP address in C?...


clinuxassemblymemoryx86

Read More
Page-Structure Cache perf events...


assemblyx86perftlbpage-tables

Read More
Where can I find what data to pass to Windows API functions...


assemblywindows-10x86-64nasm

Read More
Debug assembly prints limited amount of characters...


assemblyx86dosbox

Read More
x86 assembly memory operands...


assemblyx86x86-64cpu-registersoperands

Read More
Differences between general purpose registers in 8086: [bx] works, [cx] doesn't?...


assemblyx86-16cpu-registersaddressing-mode

Read More
invalid effective address calculation...


assemblyx86-16addressing-mode

Read More
Was there ever 8-bit memory addressing in the original 16-bit x86?...


assemblyx86x86-16addressing-mode

Read More
arm cortex-m33 (trustzone, silabs efm32pg22) - assembler hardfaults accessing GPIO or almost any per...


exceptionassemblyarmgpiotrustzone

Read More
BackNext