Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to make a Makefile for a program for assembly Language?

linux assembly makefile x86 nasm

What will be used for data exchange between threads are executing on one Core with HT?

Function parameter passing in a Linux kernel interrupt handler (from asm to C)

Using db to declare a string in assembly NASM

Registering Interrupt in 16 bit x86 Assembly

Is `reinterpret_cast`ing between hardware SIMD vector pointer and the corresponding type an undefined behavior?

(meaningful) cost of the jump instruction?

assembly x86

What happens when a rep-prefix is attached to a non string instruction?

How to use the APIC to create IPIs to wake the APs for SMP in x86 assembly?

assembly x86 intel smp

Why does x86 architecture use two stack registers (esp ; ebp)?

assembly x86 x86-64

Does using mix of pxor and xorps affect performance?

assembly x86 sse simd

Is there an efficient way to get the first non-zero element in an SIMD register using SIMD intrinsics?

How to disassemble a shellcode into assembly instruction? [duplicate]

How to multiply a register by 37 using only 2 consecutive leal instructions in x86?

Syscall implementation of exit()

c gcc assembly x86 system-calls

How to MOVe 3 bytes (24bits) from memory to a register?

Why do I see 400x outlier timings when calling clock_gettime repeatedly?

c++ linux performance x86 clock

clflush to invalidate cache line via C function

Setting and clearing the zero flag in x86

rdpmc: surprising behavior