Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What is a code cave, and is there any legitimate use for one?

Carry Flag, Auxiliary Flag and Overflow Flag in Assembly

assembly x86 overflow eflags

x64 memset core, is passed buffer address truncated?

linux debugging gcc assembly gdb

How many instructions are there on x86 today? [closed]

How does this C program without libc work?

Producing good add with carry code from clang

GDB: Attempt to dereference generic pointer

c debugging assembly gdb

difference between MMX and XMM register?

assembly x86 x86-64 sse mmx

Good reference for x86 assembly instructions [closed]

assembly x86

System Calls in windows & Native API?

Assembly 'call' vs 'jmp'

assembly x86 subroutine

CPU Switches from User mode to Kernel Mode : What exactly does it do? How does it makes this transition?

History of syscalls added to Linux?

c linux assembly system-calls

Why doesn't GCC use partial registers?

Does Linux use x86 CPU's PCID feature for TLB? If not, why?

Does a memory barrier ensure that the cache coherence has been completed?

print a __m128i variable

c assembly sse simd intrinsics

Why There is a difference between assembly languages like Windows, Linux?

What do square brackets mean in x86 assembly?

ENTER and LEAVE in Assembly?

assembly x86 stack-frame