Search code examples
Weird behavior of x86 assembly LEA instruction - Impact on Stack...


assemblyx86stack

Read More
How can I test my own implementation of GLIBC in NASM x64?...


cassemblyx86-64nasmlibc

Read More
Catching / disabling SIGFPE exceptions from assembly...


assemblyx86x86-64integer-division

Read More
Why can't we do arithmetic on an operand in x86 asm?...


assemblyx86x86-64dereferenceinstruction-set

Read More
Why do the AL, BL, and CL registers behave weird?...


assemblyx86nasmcpu-registers

Read More
Can't access array index in assembly x86...


arraysassemblyx86nasm

Read More
Saving Status register (EFLAGS) when calling a function...


assemblygccx86calling-conventionstatus-register

Read More
Link to kernel32.dll using ld.exe...


assemblygccnasmldkernel32

Read More
How exactly do partial registers on Haswell/Skylake perform? Writing AL seems to have a false depend...


assemblyx86intelcpu-architecturemicro-optimization

Read More
OS & Assembly: What prevents user mode from setting selector to arbitrary value?...


assemblyx86operating-systemmemory-segmentationgdt

Read More
How to write hello world in assembly under Windows?...


winapiassemblyx86nasm

Read More
Inspecting memory values in DDD...


assemblynasmddd-debugger

Read More
How to make a bootable floppy disc image?...


assemblyvirtual-machinebootosdevfloppy

Read More
How to use syscalls on assembly in Windows...


windowsassemblywinapinasmsystem-calls

Read More
How to print a number in assembly NASM?...


linuxassemblyx86nasm

Read More
Difference between JE/JNE and JZ/JNZ...


assemblyx86

Read More
Interpreting AMD RDNA3 instruction names...


assemblyopenclamd-gpu

Read More
Moving the Stack Pointer in Assembly...


pointersassemblystackx86-64

Read More
falling in segmentation fault in x86 assembly...


assemblyx86segmentation-fault

Read More
Quickest way to shift/rotate byte vector with SIMD...


c++assemblysimdavxavx2

Read More
Why does adding the value 2 to the si only increment the index by 1?...


assemblyx86x86-16

Read More
What is the meaning of "non temporal" memory accesses in x86...


x86sseassembly

Read More
How to right rotate a 64-bit value efficiently in 32-bit ARM assembler?...


assemblyarmbit-manipulationbit-shiftarm7

Read More
Understanding the Decompression Routine from a SNES Game...


assemblycompressionca6565816

Read More
bubble sort in emu8086...


sortingassemblyemu8086flowchart

Read More
NASM on Windows errors on first line of UTF-8 source no matter what it is: hello.asm:1: error: parse...


windowsassemblycmakeutf-8nasm

Read More
Fastest way to do horizontal SSE vector sum (or other reduction)...


assemblyoptimizationfloating-pointssesimd

Read More
What's the advantage of having nonvolatile registers in a calling convention?...


assemblyx86-64cpu-architecturecpu-registerscalling-convention

Read More
How to make the kernel for my bootloader?...


assemblyx86kernelbootloaderosdev

Read More
What happens if there is no exit system call in an assembly program?...


linuxassemblyoperating-systemtermination

Read More
BackNext