Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Nasm print to next line

linux assembly x86 nasm

Making a pong game in assembly, how do I get an input of multiple keystrokes at once?

Temporality of ST64B and MOVDIR64B

Unable to move variables in .data to registers with Mac x86 Assembly

Disassembly debugging won't find my address

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?