Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

AVX2 slower than SSE on Haswell

c++ x86 sse simd avx2

How to convert a binary integer number to a hex string?

assembly x86 hex simd avx512

problem in understanding mul & imul instructions of Assembly language

assembly x86 nasm

What does 0x4 do in "movl $0x2d, 0x4(%esp)"?

c assembly x86 gnu-assembler

what is the difference between IVT and IDT?

x86 interrupt

Is it possible to make a custom Interrupt in Assembly?

assembly x86 interrupt

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