Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Moving 2 QWORDs from general purpose registers into an XMM register as high/low [duplicate]

assembly x86-64 masm sse

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

Why does Rust emit 280 lines of assembly code to print "Hello, world"?

macos assembly rust

Does x64 assembler use 4-byte or 8-byte memory addresses?

Can the status register influence data storage in a CPU?

Linux Kernel systemcall call with an "int 0x80"

Save registers on a stack in a procedure call in Assembly

assembly stack mips

Equivalent of "lock and xadd" assembly instructions on PowerPC

assembly powerpc

GDB - How does it know about function calling stack?

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