Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What is the width of a stack in an Intel IA32 architecture?

assembly stack

Process command line in Linux 64 bit [duplicate]

linux assembly 64-bit

Use the floating point instructions to get results in decimal

assembly mips

Alternatives to NOP for shellcode nop sleds

what's the difference between iret and iretd,iretq?

assembly linux-kernel x86

ARM assembly loop

assembly for-loop arm

why is clang optimization breaking my inline assembly code?

objective-c c assembly arm clang

Why "DIV EDX" in MASM always generates processor exception?

Why is both "03 c8" and "01 c1" = add ecx, eax

assembly x86

Assembly difference between TASM and MASM

assembly masm tasm

NASM changes JNZ to JNE while assembling? Why?

assembly x86 nasm disassembly

Instruction references undefined error in MIPS/QTSPIM

assembly mips qtspim

Why does gcc pass char type in 8 byte format to function assembly

c gcc assembly x86-64

Why is the "start small" algorithm for branch displacement not optimal?

What is the reason for having read-only data defined in .text section?

c++ assembly

What is the meaning/use of the MOVZX, CDQE instructions in this code output by a C compiler?

assembly x86 64-bit x86-64

How do Operating Systems prevent programs from accessing memory?

64-bit Equivalent to BSWAP in X86 Image Handling Routine

delphi assembly x86-64

Tips for reading ASM code?

assembly

How to make a cross-platform c++ inline assembly language?

c++ cross-platform assembly