Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Base pointer and stack pointer

Developing an operating system for the x86 architecture [closed]

operating-system x86 osdev

What is the 0x10 in the "leal 0x10(%ebx), %eax" x86 assembly instruction?

assembly x86 instructions

How to: pow(real, real) in x86

x86 assembly pow

Is there a way to get gcc to output raw binary?

x86_64 ASM - maximum bytes for an instruction?

c assembly x86 64-bit x86-64

Order of local variable allocation on the stack

c memory gcc x86 stack

x86 LOCK question on multi-core CPUs

Basic use of immediates vs. square brackets in YASM/NASM x86 assembly

What causes page faults?

windows x86 paging x86-64

Why is floor() so slow?

What is the use of "push %ebp; movl %esp, %ebp" generated by GCC for x86?

gcc assembly x86

How to check the EIP value with assembly language? [duplicate]

assembly x86

Significant FMA performance anomaly experienced in the Intel Broadwell processor

Segmentation fault when popping x86 stack

Can modern x86 hardware not store a single byte to memory?

How to generate and run native code dynamically?

Very fast memcpy for image processing?

Alignment requirements for atomic x86 instructions vs. MS's InterlockedCompareExchange documentation?

How has CPU architecture evolution affected virtual function call performance?