Search code examples
How to make the kernel for my bootloader?...

assemblyx86kernelbootloaderosdev

Read More
Why Do Compilers Insert INT3 Instructions Between Subroutines?...

assemblycompiler-constructionx86

Read More
Count leading zeros in __m256i word...

cx86simdintrinsicsavx

Read More
Why does mulss take only 3 cycles on Haswell, different from Agner's instruction tables? (Unroll...

cassemblyx86ssemicro-optimization

Read More
A variable named "offset" causes "Error: invalid use of register" to appear when...

cgccx86gnu-assemblerintel-syntax

Read More
Does UTF-8 use same amount of memory as UTF-32 when pushed on the stack?...

assemblyunicodeutf-8x86nasm

Read More
How to write inline assembly to bit rotate...

cassemblygccx86inline-assembly

Read More
What cmpl $0x1, -0x18(ebp)?...

assemblyx86att

Read More
x86 ASSEMBLY: Issues getting WriteConsole to work, returns 0...

assemblyx86consolemasmmasm32

Read More
x86 uica reports high uop count for ret instruction, does not agree with other sources...

assemblyx86x86-64cpu-architecture

Read More
What is the stack engine in the Sandybridge microarchitecture?...

assemblyx86intelcpu-architecture

Read More
What does xchg eax, eax do? Is it a NOP?...

assemblyx86swapno-op

Read More
Library 32bits for Sage 100c in 64 bit webapplication...

visual-studiox86x86-64

Read More
Why didn't the x86-32 architecture get more general purpose registers before x86-64?...

x86x86-64cpu-architecturecpu-registers

Read More
In x86 what's difference between "test eax,eax" and "cmp eax,0"...

assemblyx86

Read More
Does BX have the same value as EBX im x86?...

assemblyx86

Read More
Is the TLB shared between multiple cores?...

cachingx86cpu-architecturecpu-cachetlb

Read More
What does "undefined symbol: stringread" mean?...

stringassemblyx86masmundefined-symbol

Read More
Could an implicit compiler created default constructor have more than a null body?...

c++winapiconstructorx86default-constructor

Read More
Fastest way to perform an atomic read in this *very* specific situation?...

c++visual-c++x86clangatomic

Read More
'https://deb.nodesource.com/node_20.x nodistro InRelease' doesn't support architecture &...

node.jslinuxubuntux86apt

Read More
GNU as, puts works but printf does not...

assemblyx86x86-64gnu-assemblercrt

Read More
How is address arithmetic handled in NASM for x86 in hardware...

assemblyx86nasmcpu-architectureaddressing-mode

Read More
What are the latency and throughput costs of producer-consumer sharing of a memory location between ...

performanceconcurrencyx86hyperthreading

Read More
Why does the disassembly of a shared object file compiled with -fPIC -shared introduces dummy addres...

clinuxassemblyx86position-independent-code

Read More
Getting the wrong value when I try and pass an argument by refference in MASM ([assembly][x86])...

assemblyreferencex86masm

Read More
Packing and de-interleaving two __m256 registers...

c++x86simdavxavx2

Read More
How are x86 uops scheduled, exactly?...

performanceoptimizationx86intelcpu-architecture

Read More
DB2 ODBC connection hangs...

windowsx86db2odbcamd-processor

Read More
Assembly - JG/JNLE/JL/JNGE after CMP...

assemblyx86eflags

Read More
BackNext