Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Referencing symbols of code/data loaded separately to another part of memory

assembly memory x86 include nasm

Word-sized OUT to a byte IO register? Setting the Sequence Controller Register with out instructions in old VGA code

assembly x86 vga ioports

x86 assembly: How does the 'subl' command work in AT&T syntax

assembly x86 att

Assembly correct usage of word/byte/word ptr

Why are there empty address spaces between data sections in memory (x86 / nasm)?

assembly x86 nasm x86-64

Loading address in 16 bit mode

c memory pointers assembly x86

Behavior of unused asm() on unsupported architectures

c++ assembly x86 arm

Do all CPUs of the same architecture run the same Assembly instructions?

Loading xmm register with two UInt64s that are in a pointed to array

delphi x86 delphi-xe6 sse2

Assembly Newlines

string assembly x86

Finding the dimensions of an array through assembly

Kernel.c not executing complete code [OS from scratch]

Can the status register influence data storage in a CPU?

Reordering commands using super-pipeline CPU

Assembly Number Guessing Game

assembly random x86 masm32

Why do programs run slower on first run after compile?

c macos x86 clang benchmarking