Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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?

Recursion in MIPS

assembly recursion mips

ARM SUB Instruction Operands

assembly arm

GCC NOPs being compiled away

x86 assembly, little endianness not being followed(or is it?) (Linux)

linux assembly endianness x86