Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What are some tips for optimizing the assembly code generated by a compiler?

How to make a loop in x86 assembly language?

loops assembly x86

Understanding gcc -S output

gcc assembly x86-64

How do objects work in x86 at the assembly level?

c++ object assembly x86 vtable

Calling printf in x86_64 using GNU assembler

x86 assembler: floating point compare

How can the rep stosb instruction execute faster than the equivalent loop?

Test whether a register is zero with CMP reg,0 vs OR reg,reg?

Assembly: Why are we bothering with registers?

C Programming: difference between ++i and i=i+1 from an assembler point of view?

How did 16-bit C compilers work?

c assembly x86 legacy 16-bit

True random numbers with C++11 and RDRAND

c++ assembly c++11 random rdrand

Understanding cmp instruction

assembly x86 comparison

what is fastest x86-64 assembly-language divide algorithm for huge numbers?

How to write assembly language hello world program for 64 bit Mac OS X using printf?

Why do compilers insist on using a callee-saved register here?

How can I simplify code generation at runtime?

What does the "mov rax, QWORD PTR fs:0x28" assembly instruction do? [duplicate]

linux assembly gdb x86-64

AVX VMOVDQA slower than two SSE MOVDQA?

Why do I get in gdb "Cannot access memory at address 0x..." while inspecting a core dump?