Is there hardware support for 128-bit integers in modern processors?...
Read MoreEasy way to convert c code to x86 assembly?...
Read MoreShifting SSE/AVX registers 32 bits left and right while shifting in zeros...
Read MoreHow exactly x86 processor fetches the first instruction from SPI flash memory...
Read MoreAtomic test-and-set in x86: inline asm or compiler-generated lock bts?...
Read MoreWhy do the x86 32bit protected mode register not giving right value?...
Read MoreKernel.c not executing complete code [OS from scratch]...
Read MoreUsing devenv.exe from the command line and specifying the platform...
Read MoreWhat is the point of MOVAPS in x86 if it does the same as MOVUPS in modern computers?...
Read MoreCan we set the SP register to 0 in x86 assembly real mode?...
Read MoreWhy my compiler (VS2017) choose for 'CALL-JMP' to reach a subroutine instead of just 'CA...
Read MoreI wrote a program in assembly but there is an unexpected character at the beginning of my output...
Read MoreWhat's the relative speed of floating point add vs. floating point multiply...
Read MoreWhat style assembly is this (intel, att...etc?) and how can I produce it?...
Read MoreIs double read atomic on an Intel architecture?...
Read MoreAssembly program crashes on call or exit after setting ESP...
Read MoreAssembly code, printf and allocating space on the stack...
Read MoreDoes lock xchg have the same behavior as mfence?...
Read MoreHow does CMPXCHG affect FLAGS register?...
Read MoreWhy do the 32-bit and 64-bit Compiled Versions of this Program Populate Memory in this Way?...
Read MoreHow to understand "The XX flag is undefined/clear/set" in x86 manual?...
Read MoreIntel x86 0x2E/0x3E Prefix Branch Prediction actually used?...
Read MoreWhat is the difference between a null terminated string and a string that is not terminated by null ...
Read MoreI'm writing a 16-bit real mode Assembly x86 routine to read the disk, but it doesn't work pr...
Read MoreHow can I use gcc to compile x86 assembly code on an x64 computer...
Read Morelong double (GCC specific) and __float128...
Read MoreHow stable is TSC (TimeStamp Counter) from user space for Intel x86-64 CPUs in 2020?...
Read MoreRelation between Avx512_fp16 and Avx512bw (on non-Intel machines)...
Read More