Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What would happen if the CS segment register is changed? (And how would you do so?)

Linux kernel header.S source, why _end+3 needed when zeroing BSS?

Why does an assembly program only work when linked with crt1.o crti.o and crtn.o?

assembly linker x86 32-bit

SIMD minmag and maxmag

What are the consequences of changing a symbol from .globl to .weak?

Transition from real to protected mode in the Linux kernel

reinterpret int32 to float

c++ x86 nan reinterpret-cast

C++ code execution time varies with small source change that shouldn't introduce any extra work

BIOS and Address 0x07C00

How "lock add" is implemented on x86 processors

Why does Linux favor 0x7f mappings?

Rust compiler not optimising lzcnt? (and similar functions)

How would one programmatically simulate lower processor frequencies?

c assembly x86 cpu simulation

Using Assembly On Mac

macos assembly x86

Example of executable stack in Linux (i386 architecture)

c linux gcc x86 elf

Simulating packusdw functionality with SSE2

x86 sse intrinsics sse2 sse4

The END directive in assembly language

assembly x86 masm32

How did an assember for x86 get a label's address defined after jmp instructions referenced to it?

assembly x86

x86 multi-byte NOP and instruction prefix

x86 prefix nop

Reverse engineer optimized c code from assembly