Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Why does int addition though pointers take one less x86 instruction than int multiplication through pointers?

Cygwin: Assembly language development?

assembly cygwin

Fast little-endian to big-endian conversion in ASM

Z80 (TI-83+) stops working on CALL

How can I explain the behavior of the following shellcode exploit?

Vectored interrupts

difference in CPU time for two similar lines

Process Page Tables

c windows assembly x86 kernel

Trying to assemble the output of an disassembler (such as objdump) [duplicate]

assembly objdump

What manages RAM?

64 bit assembly on Mac OS X runtime errors: "dyld: no writable segment" and "Trace/BPT trap"

Reading in 16 bits from a 32 bit register

c assembly embedded arm

Neccessity of push and pop operands on CPUs

Address substraction value is alway 12? Is size of variables slight?

c++ c assembly integer size

Confusion with how Win32 API calls work in assembly

windows winapi assembly x86 nasm

68k assembly - plus symbol on address registers

Why do Linux program .text sections start at 0x0804800 and stack tops start at 0xbffffff?

x86 TEST instruction not working?

c assembly x86

Writing own SVC calls ARM assembly

ABI vs C++ Standard

c++ assembly x86 cpu abi