Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to pass an integer as input parameter in asm custom instruction in?

Why doesn't g++'s option "-Winline" work?

c++ assembly

"Illegal instruction" on basic assembly program - not even hello world - why is linking needed?

Mac OSX 64bit assembly - fork() test/jne doesn't work?

Finding out how many bytes separate esp and the stored return address on the program's stack

assembly x86 att cdecl

Assembly ".set" directive emitting symbol

macos assembly kernel x86-64

Why does this NASM code print my environment variables?

linux assembly nasm

why addresses of elements in the stack are reversed in ubuntu64?

What steps need to be taken to implement OpenCL on a device?

When is Overflow flag set?

Basic buffer overflow tutorial

c assembly buffer-overflow

Largest value a TBYTE can hold

assembly 64-bit masm

What is the difference - MOV instruction

assembly x86 mov

Variadic functions without `...`

Measure the exact time (number of cycles) of a set of instructions

c assembly latency

how to link math library when building bare metal application with custom linker script

How to reverse engineer struct details from C source and asm output?

c linux gcc assembly