Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to determine whether the computer has an XT/AT keyboard in assembly?

Loading 32 bit values to a register in arm assembly

C/C++ returning struct by value under the hood

c++ c assembly x86-64 win64

What does ASSUME mean in assembler?

Need some explanations about LEAVE instruction in assembly language

assembly x86

What is the difference between GT and HI instruction in ARM architecture?

assembly arm embedded

What are the x86 instructions that affect ESP as a side effect?

x86-64 assembly: why offset 25 bytes?

c++ 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