Search code examples
How do the store buffer and Line Fill Buffer interact with each other?...

x86cpu-architecturecpu-cachemicro-architecturecpu-mds

Read More
Getting undefined reference to "_printf" error for assembly code despite using gcc linker...

linuxassemblyx86linkernasm

Read More
Why wasn't DIV instruction implemented to set the CF instead of raising Exceptions...

assemblyx86cpu-architectureinteger-divisioninstructions

Read More
Is fail ordering relevant for x86 atomic operation?...

c++assemblyx86memory-barriersstdatomic

Read More
Checking the SHL x86 assembly instruction for overflow...

assemblyx86integer-overflow

Read More
When should we use prefetch?...

performancex86armprefetch

Read More
Crash when adding or removing data in code on an IRQ...

cassemblyx86osdevirq

Read More
Are 2 consecutive statements sequenced-before each other?...

cmultithreadingassemblyx86stdatomic

Read More
(x86) Is the value of ESP relative to EBP, or not?...

assemblyx86stackstack-framestack-pointer

Read More
What does the "lock" instruction mean in x86 assembly?...

c++qtassemblyx86

Read More
Why is computing the histogram of a sorted array slower?...

c++performancex86histogramcpu-architecture

Read More
How does CPU addressing the next instruction immediately after switching into protection mode?...

assemblyx86cpu-architecturememory-segmentationprotected-mode

Read More
Not getting the expected output when running a shell code in a buffer overflow...

x86gdbbuffer-overflowmachine-codeshellcode

Read More
Turbo Assembler (TASM) Undefined symbol error for extrn procedure...

assemblyx86x86-16tasmunresolved-external

Read More
Is using AVX2 can implement a faster processing of LZCNT on a word array?...

x86simdavxmicro-optimizationavx2

Read More
Add 2 numbers and print the result using Assembly x86...

linuxassemblyx86addition

Read More
Dot product performance with SSE instructions: is DPPS worth using?...

assemblyx86simdssedot-product

Read More
Division in x86 Assembly GAS...

assemblyx86att

Read More
Why does integer division by -1 (negative one) result in FPE?...

cgccx86arm64floating-point-exceptions

Read More
On what CORE is kernel thread scheduling handled in a IA-32 Multi-Process (aka Multi-Core) environme...

multithreadingx86

Read More
How to unset a bit, thereby closing the A20 line...

assemblyx86bit-manipulationportosdev

Read More
Can't index arrays in assembly...

assemblyx86x86-64

Read More
Key Differences Between `mov byte ptr` and `mov word ptr`...

assemblyx86x86-16tasmemu8086

Read More
Confusion regarding CS and DS segment registers during bootloading process...

assemblyx86bootloaderosdevbios

Read More
Intel x86 Assembly - Reading and copying the carry flag...

assemblyx86flagscarryflageflags

Read More
What's the difference between a 'fast' (instruction) syscall and interrupt-driven system...

assemblyx86kernelcpu-architecturesystem-calls

Read More
Win64 NASM: Segfault in CommandLineArgvW...

assemblywinapix86nasmcommand-line-arguments

Read More
DOS debug like program for 32-bit x86 assembly...

debuggingassemblyx86x86-16dos

Read More
Why does accessing a value held by a 16-bit register result in a Seg Fault, while doing the same ope...

assemblyx86segmentation-fault

Read More
What are the ESP and the EBP registers?...

assemblyx86stack-framestack-pointerframe-pointer

Read More
BackNext