Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Conflicting signs in x86 assembly: movsx then unsigned compare/branch?

Counting elements "less than x" in an array

What’s the difference between eax ebx ecx in assembly

assembly x86 cpu-registers

How do I use the TEST instruction to see if two bits are set?

assembly emu8086

How does a return address register work in a processor architecture that doesn't store the return address on the stack?

assembly cpu-architecture

What is in an executable besides the raw machine instructions?

c assembly gcc executable

Why would I use NASM over GNU Assembler (GAS)? [closed]

Converting Turbo Pascal inline code to Object Pascal

Is it safe to use the stack below esp?

assembly intel

Definition of fix-up?

invalid effective address calculation

Strange jump in MIPS assembly

assembly mips

How to calculate a negative number in assembly

assembly

Java recursion using jsr instruction

getch equivalent in assembly language

c++ c assembly

What does the AMD64 machine code "48 ff 25" mean? [closed]

Resource for Binary Programming

assembly binary

Native graphic card function

c++ c graphics assembly

64bit nasm division idiv

assembly x86-64 nasm

GCC assembly code generation bug and workaround