Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Set stack for the main thread

c linux gcc x86

Calling a function in gcc inline assembly

c linux gcc x86 inline-assembly

How can I print the contents of stack in C program?

c pointers assembly x86

About gcc-compiled x86_64 code and C code optimization

c optimization gcc x86 x86-64

Appending two string in x86 assembly

Get time in 1ms increments

assembly x86 clock

Local Variables offset from stack base pointer

c assembly x86

direct and indirect calls/jumps in output of objdump

x86 branch disassembly

why 128bit variables should be aligned to 16Byte boundary

What does a comma in a parenthesis mean in the AT&T syntax for x86 assembly?

Inline Assembly in C

hexadecimal value of opcodes

assembly x86 hex dos

Why call instruction opcode is represented as FF15?

assembly x86 opcode

How to assemble and link .asm files to a Win32 executable?

windows assembly x86 linker nasm

Understanding volatile and non-volatile read/write in Java

java assembly x86

Waste in memory allocation for local variables

c assembly x86 gdb disassembly

What is the difference between MOV and LEA in terms of retrieving an address

assembly x86 nasm

Division in x86 Assembly GAS

assembly x86 att

Find min/max value from a __m128i

c++ x86 sse simd

MASM: Using Current Location Counter ($) in .data declaration

assembly x86 masm