Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Calling C++ member function with reference argument from asm

c++ assembly x86

How write to stdout using assembly?

assembly x86 stdout freebsd

AT&T to Intel assembly converter

assembly x86

Why doesn't Linux follow Unix syscall conventions?

c linux unix assembly x86

Using 32bit .so file in a 64bit environment

linux qt x86 64-bit qt4

Is address 0xFFFFFFF0 hardwired for system BIOS ROM?

memory x86 cpu boot bios

x86 PIC, is it correct for QEMU to raise interrupts on all CPUs?

x86 pic qemu kvm apic

Does the loop variable type affect efficiency when used to index arrays?

How to compile Cmake file with Android.mk?

android c++ x86 cmake arm

context of linux kernel threads

stdcall asm floating point parameters

assembly x86 d

The effect of code alignment in timing main loops in assembly

assembly x86 nasm yasm

Assembly Compared With C code

c assembly x86 att

Assembly instructions to switch the CPU to user mode and to kernel mode?

How do I extract 32 x 4-bit integer from 16 x 8-bit __m128i value

x86 bit-manipulation sse simd

implementation of .cfi_remember_state

Extract bits with SIMD

Does the Intel Memory Model make SFENCE and LFENCE redundant?