Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Performance difference between Windows and Linux using Intel compiler: looking at the assembly

Difference between rdtscp, rdtsc : memory and cpuid / rdtsc?

c++ c performance assembly rdtsc

How Do You Make An Assembler? [closed]

x86 assembly

x86 Assembly on a Mac

xcode macos x86 assembly intel

VA (Virtual Address) & RVA (Relative Virtual Address)

Fastest way to do horizontal SSE vector sum (or other reduction)

Prefetching Examples?

Do x86 instructions require their own encoding as well as all of their arguments to be present in memory at the same time?

To learn assembly - should I start with 32 bit or 64 bit?

assembly x86 x86-64 low-level

Where is the x86-64 System V ABI documented?

What is better "int 0x80" or "syscall" in 32-bit code on Linux?

Can I use Intel syntax of x86 assembly with GCC?

What do the brackets mean in x86 asm?

assembly x86 nasm

Why is there not a register that contains the higher bytes of EAX?

assembly x86 cpu-registers

Is this "should not happen" crash an AMD Fusion CPU bug?

Why is the construction of std::optional<int> more expensive than a std::pair<int, bool>?

C++: Mysteriously huge speedup from keeping one operand in a register

Why does using the ternary operator to return a string generate considerably different code from returning in an equivalent if/else block?

How to generate assembly code with clang in Intel syntax?

c++ assembly x86 clang intel

Why does "noreturn" function return?