Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Understanding of vectorization with SSE instructions

C How extract predefined huge switch from huge loop without loss performance?

c x86 arm c89

Stop screen refreshing - INT 0x10 (Video Services) - In Assembly

video assembly x86 refresh dos

What is the space between argv and argc on my stack?

c debugging x86 stack x86-64

What is this pattern where the EBX register is used for memory access?

How are assembly variables implemented?

assembly x86 gnu-assembler

X64 instructions that behave differently on different CPUs

Why does C not push a pointer on the stack when calling a assembly function?

c pointers assembly x86 x86-64

Why this SSE2 program (integers) generate movaps (float)?

gcc assembly x86 sse simd

Why does first parameter in x86 assembly starts from offset 8?

assembly x86 stdcall

What is the fastest way for a multithread SIMD operation explicitly?

AMD perf events

x86 perf amd-processor

x86 Assembly pushad/popad, How fast it is?

Branch prediction overhead of perfectly predicted branch

How many memory barriers instructions does an x86 CPU have?

If I don't use fences, how long could it take a core to see another core's writes?

Writing an assembler , need help [closed]

What segment is used by default in x86 indirect addressing?

assembly x86

Writing a Linux int 80h system-call wrapper in GNU C inline assembly [duplicate]

When is sizeof(myPOD) too big for pass by value on x64?

c++ c x86 64-bit x86-64