Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

How to print a character in Linux x86 NASM?

What are the scan codes for keyboard arrows? (right,left,down,up)

assembly keyboard scancodes

How do C developers work with assembly that's foreign to them?

c assembly

gcc assembler preprocessor not compatible with standard headers

gcc assembly c-preprocessor

Can you add preprocessor directives in assembly?

c assembly c-preprocessor

x86_64 - Assembly - loop conditions and out of order

Explanation of setting the overflow flag

assembly x86 masm

Does CALL instruction ALWAYS push the address pointed by EIP to stack?

How to decompile this x87 assembly calculation?