Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

When to use Test&Set or Test&Test&Set?

Accessing element in array with assembly

Simple way to print value of a register in x86 assembly

assembly x86 cpu-registers

How do I use the int 16h interrupt to store a number of more than one digit typed from the keyboard?

Nasm - access struct elements by value and by address

Triple fault does not put system into reset

x86 x86-64 intel hardware

x86 Assembly - $ not displaying correct address

assembly x86 masm

How does 32-bit MASM mode differ from 64-bit?

Using SSE to speed up lower_bound function

c assembly x86 x86-64 sse

Why one line of code to decline performance 10x?

c performance x86 clang

BITswap assembly program

What causes kernel memory operations in perf stats for an userspace-only process?

Masm string variable inside bootloader causes: Undefined symbol error

Load/stores per cycle for recent CPU architecture generations

What is the size of each asm instruction? [duplicate]

assembly x86

x86 GNU Assembler Strange Change Seg Fault

Why shellcodes with jmp instruction work, and why doesn't the labels work inside a C wrapper?