Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How do I write all of this in assembly

c linux gcc assembly x86

How to tell gcc to stop using built-in functions?

c linux gcc x86 glibc intel

Which registers are safe to use in a function (x86)

assembly x86 abi

Floating Point Exception when dividing in x86 nasm

linux assembly x86 nasm

Use ld on 64-bit platform to generate 32-bit executable

assembly x86 x86-64 ld

Division of two numbers in NASM [duplicate]

Does a series of x86 call/ret instructions form a dependent chain?

performance assembly x86

Provide an example of querying Intel CPU capabilities using Rust's inline assembly

intel machine code to assembly code question

assembly x86 format intel opcode

Calling assembly in GCC?

Custom bootloader issues

Asking for help to fix inline assembly issue in D program

x86 d inline-assembly

Writing x86 assembly on an x64 bit processor

assembly x86 windows-7-x64

What does the following assembly instruction do addsd -8(%rbp), %xmm0?

How does preemption on x86 architecture work?

x86 preemption

Hooks: why do we need to VirtualProtect() again to restore permissions?

c++ winapi x86 hook

Does the semantics of `std::memory_order_acquire` requires processor instructions on x86/x86_64?

Optimal SSE unsigned 8 bit compare

c x86 sse simd sse4

Questions regarding operations on NaN

Why segmentation cannot be completely disable?