Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Several int3 in a row

Where is linux process descriptor stored and what can access it?

Why does using the %ebx register cause a segmentation fault in my assembly code

What does JL mean in at&t syntax?

assembly x86 att

Hamming weight ( number of 1 in a number) mixing C with assembly