Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Function Prologue and Epilogue in C

MIPS - How does MIPS allocate memory for arrays in the stack?

Why does MSVC emit a useless MOVSX before performing this Bit Test?

What does "store-buffer forwarding" mean in the Intel developer's manual?

Why is imul used for multiplying unsigned numbers?

64-bit mode does not support 32-bit PUSH and POP instructions [duplicate]

assembly nasm x86-64

When to use earlyclobber constraint in extended GCC inline assembly?

c gcc assembly inline-assembly

How does assembly do parameter passing: by value, reference, pointer for different types/arrays?

c++ c arrays assembly x86 intel

Is the EBP register (base frame pointer) only for Debugging in x86? [duplicate]

Understanding empty main()'s translation into assembly

Assembly GDB Print String

string assembly gdb printing

Newbie asm: where is the call code?

imul assembly instruction - one operand?

assembly x86 multiplication

Compiling 32 bit Assembler on 64 bit ubuntu [duplicate]

JMP instruction - Hex code

In C, accessing my array index is faster or accessing by pointer is faster?

c optimization assembly

Understand the assembly code generated by a simple C program

CPU TSC fetch operation especially in multicore-multi-processor environment

How to make an executable ELF file in Linux using a hex editor?

linux assembly elf

SFINAE on assembly?