Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What is the "FS"/"GS" register intended for?

How can one see content of stack with GDB?

c assembly gdb

Why does Windows64 use a different calling convention from all other OSes on x86-64?

`testl` eax against eax?

assembly x86 instructions

What is the function of the push / pop instructions used on registers in x86 assembly?

What are CFI directives in Gnu Assembler (GAS) used for?

Quickly find whether a value is present in a C array?

How to view the assembly behind the code using Visual C++?

visual-c++ assembly

Possible GCC bug when returning struct from a function

Purpose of ESI & EDI registers?

assembly x86

What is the purpose of XORing a register with itself? [duplicate]

assembly x86

What does `dword ptr` mean?

assembly x86 dword pointers

What is the meaning of "non temporal" memory accesses in x86

x86 sse assembly

How can I see the assembly code for a C++ program?

c++ assembly disassembly

How does this milw0rm heap spraying exploit work?

How are everyday machines programmed? [closed]

Why do x86-64 instructions on 32-bit registers zero the upper part of the full 64-bit register?

What is the best way to set a register to zero in x86 assembly: xor, mov or and?

Why do ARM chips have an instruction with Javascript in the name (FJCVTZS)?

javascript assembly arm

How do you use gcc to generate assembly code in Intel syntax?

gcc x86 gnu intel assembly