Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Why can't I mmap(MAP_FIXED) the highest virtual page in a 32-bit Linux process on a 64-bit kernel?

How to use omp parallel for and omp simd together?

how are barriers/fences and acquire, release semantics implemented microarchitecturally?

Estimating of interrupt latency on the x86 CPUs

Aspnet_regiis in Framework64 folder for a 32 bit web app

iis x86 aspnet-regiis.exe

How do I write all of this in assembly

c linux gcc assembly x86

How to tell gcc to stop using built-in functions?

c linux gcc x86 glibc intel

Which registers are safe to use in a function (x86)

assembly x86 abi

Floating Point Exception when dividing in x86 nasm

linux assembly x86 nasm

Use ld on 64-bit platform to generate 32-bit executable

assembly x86 x86-64 ld

Division of two numbers in NASM [duplicate]

Does a series of x86 call/ret instructions form a dependent chain?

performance assembly x86

Provide an example of querying Intel CPU capabilities using Rust's inline assembly

intel machine code to assembly code question

assembly x86 format intel opcode

Calling assembly in GCC?

Custom bootloader issues

Asking for help to fix inline assembly issue in D program

x86 d inline-assembly

Writing x86 assembly on an x64 bit processor

assembly x86 windows-7-x64

What does the following assembly instruction do addsd -8(%rbp), %xmm0?

How does preemption on x86 architecture work?

x86 preemption