Search code examples
Is there hardware support for 128-bit integers in modern processors?...

x86cpualu128-bitint128

Read More
Easy way to convert c code to x86 assembly?...

cassemblyx86

Read More
Shifting SSE/AVX registers 32 bits left and right while shifting in zeros...

x86ssesimdavxavx2

Read More
Explanation of Asm code...

gccassemblyluax86inline-assembly

Read More
How exactly x86 processor fetches the first instruction from SPI flash memory...

x86cpu-architecturemicrocontrollerintelmicroprocessors

Read More
Atomic test-and-set in x86: inline asm or compiler-generated lock bts?...

assemblyx86iccxeon-phi

Read More
Why do the x86 32bit protected mode register not giving right value?...

cassemblyx86osdevgdt

Read More
Kernel.c not executing complete code [OS from scratch]...

assemblyx86kernelbootloaderosdev

Read More
Using devenv.exe from the command line and specifying the platform...

x86devenvanycpu

Read More
What is the point of MOVAPS in x86 if it does the same as MOVUPS in modern computers?...

assemblyx86sse

Read More
Can we set the SP register to 0 in x86 assembly real mode?...

assemblyx86x86-16osdevstack-pointer

Read More
Why my compiler (VS2017) choose for 'CALL-JMP' to reach a subroutine instead of just 'CA...

cvisual-studioassemblyvisual-c++x86

Read More
I wrote a program in assembly but there is an unexpected character at the beginning of my output...

assemblyx86outputnasmfactorial

Read More
What's the relative speed of floating point add vs. floating point multiply...

floating-pointx86mipsnumerical-computingflops

Read More
What style assembly is this (intel, att...etc?) and how can I produce it?...

assemblygccx86nasmintel-syntax

Read More
Is double read atomic on an Intel architecture?...

c#.netx86atomicintel

Read More
easy way to get opcodes...

assemblyx86machine-codeopcode

Read More
Assembly program crashes on call or exit after setting ESP...

visual-studioassemblyx86masm

Read More
Assembly code, printf and allocating space on the stack...

cassemblyx86stack

Read More
Does lock xchg have the same behavior as mfence?...

multithreadingassemblyx86cpu-architecturememory-barriers

Read More
How does CMPXCHG affect FLAGS register?...

assemblyx86intelinstruction-setcompare-and-swap

Read More
Why do the 32-bit and 64-bit Compiled Versions of this Program Populate Memory in this Way?...

clinuxx86stackx86-64

Read More
How to understand "The XX flag is undefined/clear/set" in x86 manual?...

assemblyx86inteleflags

Read More
Intel x86 0x2E/0x3E Prefix Branch Prediction actually used?...

gccx86x86-64branch-prediction

Read More
What is the difference between a null terminated string and a string that is not terminated by null ...

stringassemblynullx86masm

Read More
I'm writing a 16-bit real mode Assembly x86 routine to read the disk, but it doesn't work pr...

assemblyx86nasmx86-16disk

Read More
How can I use gcc to compile x86 assembly code on an x64 computer...

assemblygccx86x86-64

Read More
long double (GCC specific) and __float128...

gccx86long-doubleextended-precisionquadruple-precision

Read More
How stable is TSC (TimeStamp Counter) from user space for Intel x86-64 CPUs in 2020?...

linuxx86timestamprdtscuserspace

Read More
Relation between Avx512_fp16 and Avx512bw (on non-Intel machines)...

x86avx512

Read More
BackNext