Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What does qword ptr [hexvalue] mean without a base register

assembly .net-assembly

Atomic operations, std::atomic<> and ordering of writes

x86 assembly: Pop a value without storing it

Is it possible to multiply by an immediate with mul in x86 Assembly?

Why is there no "sub rsp" instruction in this function prologue and why are function parameters stored at negative rbp offsets?

What is meaning of .model small in 8086 programs?

assembly masm x86-16

What is faster: JMP or string of NOPs?

assembly opcode

What exactly does <puts@plt> mean?

c assembly call

Could someone please explain what this inline #define assembly is doing?

How to write multiline inline assembly code in GCC C++?

Self modifying code always segmentation faults on Linux

Why is this SIMD multiplication not faster than non-SIMD multiplication?

error LNK2001: unresolved external symbol _MessageBox

winapi assembly masm masm32

Displaying each assembly instruction executed in gdb

debugging assembly gdb freebsd

Does a compiler always produce an assembly code?

Is it possible to access the overflow flag register in a CPU with C++?

What is the ".s" suffix in x86 instructions?

assembly x86 x86-64 att

Calling a non-exported function in a DLL

c++ dll assembly function

How is concurrency done in Intel x86 assembly?

assembly concurrency intel

What is the fastest way to test if a double number is integer (in modern intel X86 processors)

c optimization assembly x86 sse