Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How preemption is handled in single core systems?

protect python code from reverse engineering

Does referencing constants without a dollar sign have a distinct meaning?

assembly x86 x86-64 att

Fastest factorial implementation with 64-bit result in assembly

How can I get started on writing my own mobile OS for ARM processors?

Which registers are protected from user space in linux?

C64 out of memory error after loading PRG file in VICE emulator

assembly c64

Is there any assembly language debugger for OS X?

macos assembly debugging

About mov in assembly

assembly

How to avoid goto and jump when coding in assembly?

assembly goto

When does memory load cause bus error on x86-64 linux?

c linux assembly x86

CONCEPT OF MOV AX,CS and MOV DS,AX

Why multiple instructions with same opcode and working?

assembly x86 opcodes

Is it possible to convert C/C++ source code to assembly?

c++ c assembly

Basic C++ debugging question

c++ debugging assembly

What is the difference between "lea eax, [ebx + eax]" and "add eax, ebx" in x86-32 assembly?

assembly x86

How much cycles math functions take on modern processors

c math gcc assembly x86-64

"C variable type sizes are machine dependent." Is it really true? signed & unsigned numbers ;

c assembly types

Left shift of only part of a number

c optimization assembly x86

Design patterns in Assembly language

design-patterns assembly