Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What's the difference between a word and byte?

How can I build a small operating system on an old desktop computer? [closed]

How exactly does the callstack work?

What is the difference between native code, machine code and assembly code?

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]