Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What is an efficent way to compute floor(log(m / n)), where m and n are integers?

documentation of gnu assembler directives

How to read local variables with gdb?

c assembly gdb

How to use GCC to compile C code to 8088 Assembly?

GCC x86-64 Suboptimal Assembly Output, why?

c gcc assembly x86-64

How do I write all of this in assembly

c linux gcc assembly x86

Why gcc does so when creating assembler code?

gcc assembly

Which registers are safe to use in a function (x86)

assembly x86 abi

Floating Point Exception when dividing in x86 nasm

linux assembly x86 nasm

Why is my compiler reserving more space than required for a function stack frame?

assembly stack

Use ld on 64-bit platform to generate 32-bit executable

assembly x86 x86-64 ld

Can I change the Global Offset Table/GOT or Procedural Linkage Table/PLT programmatically?

c gcc assembly ld elf

Is it legal to begin an x64 function with a single-byte instruction?

windows assembly x86-64

Fully utilizing pipelines on kaby lake

Division of two numbers in NASM [duplicate]

Does a series of x86 call/ret instructions form a dependent chain?

performance assembly x86

relocation R_X86_64_32 against `.data' can not be used when making a shared object;

c assembly ld

Is there a difference in intended meaning between .s (lower-case) and .S (upper-case) assembly files?

gcc assembly c-preprocessor

Provide an example of querying Intel CPU capabilities using Rust's inline assembly

What's the difference between the x86-64 AT&T instructions movq and movabsq?