Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Understanding how `lw` and `sw` actually work in a MIPS program

GBZ80: How does LD HL,(SP+e) affect H and C flags?

assembly z80 gameboy

Is there is a way to get the address of a register?

assembly x86 memory-address

Convert Integer to Double in MIPS

Cycles per instruction in delay loop on arm

c assembly arm

How to write if-else in assembly?

if-statement assembly

Hard to debug SEGV due to skipped cmov from out-of-bounds memory

assembly gdb x86-64

Can someone please explain to me (in very simple terms) what the difference between the esp, ebp, and esi register is?

Les instruction purpose?

assembly x86 masm

C++: What are R-Value references on a technical level (ASM)? [duplicate]

Which is the fastest way to clear a memory block (or a SDL surface)?

c++ c assembly sdl

Why can't I save the value of rip? [duplicate]

assembly x86 intel

NMI and IRQ interruptions

assembly 6502

xorl %eax - Instruction set architecture in IA-32

Where in the GCC source code does it compile to the different assembly languages?

Create an exe file in assembly with NASM on 32-bit Windows

windows assembly linker x86 nasm

Acceptability of regular usage of r10 and r11

What's the size of a QWORD on a 64-bit machine?

Python ctypes and function calls

python c assembly ctypes x86-64

Why pop takes a parameter in assembly?