Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why do we need to define .data and .text section in assembly?

assembly

Is it possible to call a non-exported function that resides in an exe?

Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures?

performance assembly x86 intel

Difference between lea and offset

assembly x86 masm tasm

When are GAS ELF the directives .type, .thumb, .size and .section needed?

How does one do integer (signed or unsigned) division on ARM?

"cpuid" before "rdtsc"

assembly x86 rdtsc

load warning: cannot find entry symbol _start

linux assembly warnings nasm ld

How to get address of base stack pointer

What is %gs in Assembly

LLVM and compiler nomenclature

Assembly language (MIPS) difference betweent addi and add

assembly mips

internal relocation not fixed up

assembly arm gnu-assembler

Is there an `x86` instruction to tell which core the instruction is being run on?

assembly x86 x86-64

What are the semantics of ADRP and ADRL instructions in ARM assembly?

How can ARM's MOV instruction work with a large number as the second operand?

Switch case assembly level code

c gcc assembly cygwin

Are all programs eventually converted to assembly instructions?

What is the difference between the ADC and ADCX instructions on ia32/ia64?

assembly x86

Is "asmlinkage" required for a c function to be called from assembly?