Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why is /=2 different from >>=1 for signed integers, and compiles to different asm?

Why a*b/c instead of a*(b/c) gives 3x bigger program size on AVR?

c assembly gcc avr atmega

What is the difference between linear ,physical ,logical and virtual memory address?

Why this unnecessary MOVAPD copy in gcc 9.1, in a tiny function

Stack cleanup not working (__stdcall MASM function)

c assembly x86 masm stdcall

On x64 Linux, what is the difference between syscall, int 0x80 and ret to exit a program?

Doxygen and Assembly Language

How to load kernel into memory from CD-ROM using Assembly (NASM)

x86 code generator framework for Delphi

What is wrong with this simple piece of code?

assembly

x86 opcode alignment references and guidelines

Question about the Intel's IA-32 software developer manual

assembly intel x86

SegFaults in my Assembler? But that's impossible! :O

Redundant Assembly Instructions?

Windows initial execution context

CPU: Program inside CPU that determines exact principal of instructions (?!)

assembly cpu microcoding

Proper use of the ARM PLD instruction (ARM11)

assembly arm armv6

Assembly code from Ocaml

assembly ocaml disassembly

push return values in stack frame

Confused by TBB in a section of ARM disassembly

assembly arm disassembly