Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Runtime C# knowing if 32-bit or 64-bit version of COM Interface is being used

c# interop x86 64-bit regsvr32

Unicode strings in process memory

SIMD : registers changing value during execution

c++ x86 simd intrinsics avx2

Creating a FAT partition with a bootsector as an MBR

assembly x86 osdev fat mbr

intVal3 TBYTE 1234 -- invalid TBYTE variable declaration gone unnoticed by assembler

assembly x86 masm

Real mode Interrupt handling routine not working as expected

Looking for tutorial resources on basic, non-macro assembly language [closed]

assembly x86 x86-64

What is the gcc cpu-type that includes support for RDTSCP?

gcc x86 intel rdtsc