Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Size of store buffers on Intel hardware? What exactly is a store buffer?

Is it possible to use LLVM-assembly directly?

assembly llvm llvm-ir

What is the best way to go about writing a simple x86 assembler?

x86 algorithm assembly

Are ARM instructuons SWI and SVC exactly same thing?

How does including assembly inline with C code work?

c assembly embedded

Push XMM register to the stack

assembly x86 simd sse

Why does the x86-64 GCC function prologue allocate less stack than the local variables?

Assembling 32-bit binaries on a 64-bit system (GNU toolchain)

linux assembly build x86 att

How does $ work in NASM, exactly?

assembly x86 nasm

Why is mov turing complete?

x86 CMP Instruction Difference

How to force GDB to disassemble code when it says "No function contains program counter for selected frame"?

x86 spinlock using cmpxchg

x86-64 canonical address?

How does file streaming actually work?

c++ c assembly file-io fstream

How is Assembly used in the modern day (with C/C++ for example)?

c++ c assembly

How does UEFI work?

Assembly - JZ instruction after CMP

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