Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

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?

Investigating the size of an extremely small C program

c linux x86 elf strip

how to run this assembly code on nasm?

Does INVLPG instruction or mprotect() affect the CPU cache state while invalidating TLB entries?

Creating an array of array of elements but each array aligned on page and cache boundaries?