Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

NASM - How to make array of struct pointers and access them

Where can the code be more efficient for checking if an input character is a vowel?

why would the optimization ignore the if statement when function has warning [-Wreturn-type]?

How does comparing the Sign and Overflow Flag determine operand relationships?

assembly x86 digital-logic

Understanding cpu registers

How to use c library function fgets in assembly language?

c assembly abi

Assembly: What is the purpose of movl data_items(,%edi,4), %eax in this program

Write to console Unicode (UTF-16) text with Windows WinAPI functions?

Why we need Clobbered registers list in Inline Assembly?

Moving variable's content into another variable

assembly masm32

Interpreting eFlags in DDD

assembly x86 ddd-debugger

Loading an xmm from GP regs

What on earth is an 'fword ptr'? [duplicate]

pointers assembly x86

x86-64: Cache load and eviction instruction

assembly x86 x86-64 cpu-cache

Why is it necessary to add a bias to the dividend for signed division by a power of 2?

Why godbolt generate different asm output than my actual asm code in Visual Studio?

Why parameters stored in registers and not on the stack in x86-64 Assembly?

Logical shift between YMM registers

assembly x86-64 avx avx2 avx512

avoiding text relocations when mixing c/c++ and assembly in a .so

android c++ c assembly arm

Why does the following assembly sequence signals SIGILL?

assembly x86-64