Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to generate a zero-length read on PCIE Bus using x86-64 and Linux?

ICC vs GCC - Optimization and CPU architecture

How to make an bootable iso(not cd or flash drive) for testing your own boot loader?

How to compile PHP DLL extension x86 x64

php dll compilation x86 64-bit

HLT instruction causes General Protection Fault in QEMU

assembly x86 qemu

Changing Array Values In Function - Inline Assembly

What is the required complexity of a function to not be bound by main memory?

c++ c performance assembly x86

How are structs actually implemented in the C programming language? [duplicate]

c assembly struct x86

The difference between mov and movl instruction in X86? and I meet some trouble when reading assembly [duplicate]

gcc assembly x86 att objdump

x86-64 and far calls / jumps

Fastest x86 assembly code to synchronize access to an array? [closed]

multithreading assembly x86

Crenshaw's "Let's Build a Compiler": Transcription to C and x86 Assembler? [closed]

Learning SSE/SSE2 and asm optimizations

assembly graphics x86 x86-64 sse

Why move 32-bit register to stack then from stack to xmm register?

How to add device tree blob to Linux x86 kernel boot?

Throwing C++ exceptions from a hardware exception handler. Why does -fnon-call-exceptions not behave as expected?

c++ gcc x86 djgpp

_InterlockedCompareExchange optimization