Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Compare and swap in machine code in C

Measure CPU speed by counting assembly instructions

LOOP, LOOPE, LOOPNE?

assembly loops x86

Equivalent for GCC's naked attribute

gcc assembly x86 freebsd

How does argument passing work?

How to make the kernel for my bootloader?

What kind of projects (besides the obvious OS stuff) use assembly language?

Can GDB change the assembly code of a running program?

linux debugging gdb x86

JMP to absolute address (op codes)

What does the bracket in `movl (%eax), %eax` mean?

How to represent hex value such as FFFFFFBB in x86 assembly programming?

Is Little-Endianness a byte order or a bit order in the x86 architecture?

assembly x86 cpu endianness

How do I call "cpuid" in Linux?

c++ assembly gcc x86 cpuid

How do I get GCC to put a char in ah/bh/ch/dh?

C and C++ compilers with "aggressive" volatile semantics

c++ c x86 volatile smp

c generate function and call it

c x86 runtime code-generation

WiX installer that always installs to "Program Files" directory on both x86 and x64

wix x86 64-bit

Looking for 16-bit c compiler for x86 [closed]