Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Linking assembly with ld in Windows [duplicate]

assembly x86 mingw nasm ld

Strange segmentation fault in assembly

Bluetooth does not work in Android x86 on VirtualBox

Turing Complete Alphanumeric x86 Instruction Set (Subset)

Detecting denormal float operations on Linux for x86

c++ linux x86

Cheapest/least-intrusive way to atomically update a bit?

How does multilevel paging save memory?

Passing variable from assembler to C

What parts of a PE file are mapped into memory by the MS loader?

How to write an absolute target for a near direct relative call/jmp in MASM

Formal Linux Kernel Memory Model

Why does this lambda in C++ include every reference?

c++ optimization lambda x86 g++

What is the semantics for Super Queue and Line Fill buffers?

Performance penalty with executing x86 instructions stored in the data segment?

Assembly ADC (Add with carry) to C++

Missed optimization in clang only on powers of two

Why volatile works for setjmp/longjmp

c linux gcc x86 setjmp