Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Why does this function run so much faster when it makes an extra read of memory?

What unit testing frameworks are available for x86 assembler?

multi-word addition using the carry flag

c visual-c++ gcc assembly x86

Loop with function call faster than an empty loop

c performance assembly x86 fasm