Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Multiplication by a power of 2 using Logical shifts in MIPS assembly

Reordering commands using super-pipeline CPU

Why the linux read ip register from rcx register in the entry_SYSCALL_64 function?

Assembly Number Guessing Game

assembly random x86 masm32

Dividing with a negative number gives me an overflow in NASM

assembly nasm x86-64

Setting Optimization flags in Eclipse CDT

c eclipse assembly

convert binary to decimal and show in assembly

assembly binary decimal x86-16

constant propagation after register allocation

How to get dynamically generated X86_64 to return a value relative to the RIP / RBP

GCC generates test for nonzeroness even if the zero value is guaranteed

Several int3 in a row

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