Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Do Cache, Store Buffer and BIU/WCB have separate physical buffers in CPU for each, or a single for all?

caching memory x86 driver intel

gcc inline - operand type mismatch for 'cmp'

gcc x86 inline-assembly att

NASM - Integer to String

x86 nasm

Avoiding cache pollution while loading a stream of numbers

How to specify execution time of x86 and PowerPC instructions?

assembly x86 powerpc

How do I load all 1's into a mmx register? Why doesn't this work?

How to use inline assembly in C++ to set the Trap flag [duplicate]

8086 Assembler - Generating the object code from opcodes

Named Address Spaces for MSVC

Does the running of a second thread on an hyperthreaded CPU introduce extra overhead throughout the pipeline?

If esp points to the top of the stack, where does ebp point to?

How to properly use TSX-NI (both HLE and RTM) when threads might switch cores?

x86 non-mov instruction that has a write-only destination and runs on any port on Intel?

Transpose 8x8 64-bits matrix

Why is my boot loader's stack segment at 0x3FF (end of Real Mode IVT)?

Adding arrays using YMM instructions using gcc

gcc assembly x86 g++ avx