Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Converting very simple ARM instructions to binary/hex

assembly binary hex arm opcodes

What are the first operations that the Linux Kernel executes on boot?

c linux assembly kernel

What does the LEAL assembly instruction do?

c assembly x86

JNZ & CMP Assembly Instructions

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?