Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to create an x86 binary with 'fake' instructions in it

assembly x86

Do switch statements in C empty the x86 pipeline?

How do I use C libraries in assembler?

c linux assembly x86

Calling C code from a bootloader

c gcc assembly x86 bootloader

What is the purpose of the assembly instructions after a function I see with ndisasm?

Can out-of-order execution lead to speculative memory accesses?

How to replace the return address on the stack using a buffer overflow attack

How many cycle does need for put a data into SIMD register?

x86 sse simd

How to interpret x86 opcode map?

assembly x86 machine-code

How can I JMP to relocated code in my MBR?

x86 assembly works on which CPUs?

assembly x86 nasm x86-64 masm

Intel x86 - Interrupt Service Routine responsibility

Does x86 have an atomic increment that keeps the value that was stored?

assembly x86 atomic

x86 assembly, little endianness not being followed(or is it?) (Linux)

linux assembly endianness x86

Moving a single float to a xmm register

c++ gcc x86 sse simd

Assembly Division [duplicate]

assembly x86 division

What is the difference between jmp and ja?

assembly x86

What does "jb" signify if preceded by an "add" command?

An efficient way to do basic 128 bit integer calculations in C++?

Linking an assembler program: error "undefined reference to `printf'"