Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What does .comm mean?

gcc assembly x86 gnu-assembler

Help with understanding a very basic main() disassembly in GDB

What are .seh_* assembly commands that gcc outputs?

gcc assembly x86-64

Why doesn't gcc resolve _mm256_loadu_pd as single vmovupd?

RISC-V build 32-bit constants with LUI and ADDI

Linux Assembly Debugger

linux debugging assembly

Is there a specification of x86 I/O port assignment?

Why is the Carry Flag set during a subtraction when zero is the minuend?

assembly x86 flags

what is a file handle and where it is useful for a programmer?

file assembly handle

How does the gettimeofday syscall wor‍k?

What is the function of the "mov eax, cr3; mov cr3, eax" in x86 assembly code?

assembly x86

Why does gcc force PIC for x64 shared libs?

trouble understanding assembly command "load effective address" [duplicate]

assembly x86

How to tell GCC to generate 16-bit code for real mode

point of IT instruction ARM assembly

assembly arm

Does int 80h interrupt a kernel process?

c linux assembly linux-kernel

Text Editor For Assembly

Injecting code into executable at runtime

linux assembly arm x86-64

Confusion about bsr and lzcnt

assembly x86 bmi

Tracing/profiling instructions