Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

In ARM cortex m0, what is the first instruction?

What to do in interrupt handler for divide by zero?

Why does GCC put a no-op push/pop when using int foo asm("ebx") to pin a var to a register?

c gcc assembly x86

Displaying Time in Assembly

assembly time x86-16 emu8086

Locks around memory manipulation via inline assembly

c assembly x86 locking spinlock

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]