Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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

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