Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

x86 ASM Linux - Creating a loop

string assembly x86 nasm

How to intercept API method calls in a 64bit process?

Segfault shows up only in GDB

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?

x86 reserved EFLAGS bit 1 == 0: how can this happen?

what does "outb" in AT&T asm mean?

Does the Intel Memory Model make SFENCE and LFENCE redundant?