Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to replace the return address on the stack using a buffer overflow attack

How can a 16bit Processor have 4 byte sized long int?

Is the "MOV" instruction in Assembly to allocate memory?

assembly

How does memory barrier work?

How to call a function using Delphi's register calling conventions from Visual C++?

What does it mean by MOV D D?

What does "=w" in GCC Inline Assembly mean?

c gcc assembly gnu-assembler

How to interpret x86 opcode map?

assembly x86 machine-code

Getting string input and displaying input with DOS interrupts MASM

How can I JMP to relocated code in my MBR?

Why does this MOVSS instruction use RIP-relative addressing? [duplicate]

Why NASM on Linux changes registers in x86_64 assembly

Relationship between system calls API, syscall instruction and exception mechanism (interrupts)

x86 assembly works on which CPUs?

assembly x86 nasm x86-64 masm

Read RTC in Windows

Intel x86 - Interrupt Service Routine responsibility

Interpreting assembly code [closed]

Does x86 have an atomic increment that keeps the value that was stored?

assembly x86 atomic

Storing values in HI and LO registers of MIPS

How does c++ by-ref argument passing is compiled in assembly?