Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Fast Division on GCC/ARM

Unsigned 64-bit to double conversion: why this algorithm from g++

Difference in ABI between x86_64 Linux functions and syscalls

Where are the stacks for the other threads located in a process virtual address space?

Fastest way to expand bits in a field to all (overlapping + adjacent) set bits in a mask?

c assembly x86 sse avx

GCC Inline Assembly: Jump to label outside block

Why does MSVC not support inline assembly for AMD64 and Itanium targets?

How to generate assembly code from C++ source in Visual Studio 2010

What is a paragraph (when referring to memory)

Assembler jump in Protected Mode with GDT

Why does jmpq of x86-64 only need 32-bit length address?

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?