Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures?...
Read MoreNASM+WCC+WLINK (OW 1.9): strange error addressing CONST data (wrong/even addressing)...
Read MoreIn x86/x86_64, how can I "jump if not zero" without affecting the carry flag?...
Read MoreFloating point vs integer calculations on modern hardware...
Read MoreHow to capture std-output of program spawned by other program?...
Read MoreComparing double with literal value in C gives different results on 32 bit machines...
Read MoreWhy does this function push RAX to the stack as the first operation?...
Read MoreProgram doesn't print anything to the console...
Read MoreDoes SSE/AVX provide a means of determining if a result was rounded up?...
Read MoreAre SIMD and VLIW instructions the same thing?...
Read MoreProgram runs forever and doesn't print anything to the console...
Read MoreWhy is the Carry Flag set during a subtraction when zero is the minuend?...
Read Morehow do i convert my assembly code to executable hex code?...
Read MoreComparing characters with user input...
Read MoreAvoiding flicker while using a recursive flood fill algorithm...
Read MoreBest way to mask a single bit in AVX2?...
Read MoreDo all processors supporting AVX2 support F16C?...
Read MoreTLB usage with multiple page sizes in x86_64 architecture...
Read Moredoes kalloc in xv6 return virtual address or physical address?...
Read MoreWhat do parentheses surrounding a register mean?...
Read MoreIs There A Way To Force NASM To Emit Opcode 0x82 In 8086 Mode...
Read MoreIs it possible to convert C to asm without link libc on Linux?...
Read MoreWrite access violation on read instruction (MOVQ load on old Athlon XP)...
Read MoreArithmetic identities and EFLAGS (emulate SUB using NOT and ADD?)...
Read Morewhat conditions set the overflow and carry flags?...
Read MoreWhy gcc -O0 allocating extra space for local variable (16 instead of 8 bytes)?...
Read Morex86 NASM Crash - Iterate over string...
Read MoreWhy do x86 FP compares set CF like unsigned integers, instead of using signed conditions?...
Read More