Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Compile windows executables with NASM

windows assembly x86 nasm

How to efficiently add two vectors in C++

c++ x86 sse simd sse2

Why a power function is often computed as a logarithm?

If we marked memory as WC(Write Combined), then do we have any consistency automatically?

Check if my program is running in 32 bit mode on a 64bit machine, if running in 64bit - how do I force it to be 32bit

Assembly (x86) loop segmentation fault [closed]

assembly x86

Why calling printf result in a different function prologue for main?

c linux gcc assembly x86

Assembly error A2075: jump destination too far : by 25 byte(s) on LOOP instruction [duplicate]

loops assembly x86

Why do clang and gcc duplicate code and branch vs unconditional jump inside loop?

c++ c optimization x86

How to sum integers with sign into a wider sum on IA32. 64-bit sum of 32-bit signed ints?

Reading a cacheline vs parts of a cacheline in Intel x86

X86: protected mode, GDT, IDT

assembly x86 fasm bochs

How do I get a positive modulo on a negative dividend

Accessing PCI Device from user space programs

linux x86 device-driver pci

Why is alignment on the stack for a struct with 1 member (char) handled differently than if the member was directly on the stack?

How do I determine the length of a constant string?

assembly x86 gnu-assembler att

The cross-platform version of gcc ignore the attribute tag __attribute__((interrupt)) of my function