Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

How to inspect the stack using an ASM visitor?

Integer constants in PIC assembly: decimal vs. hex

How do I get Cython to use an object file?

Finding the dimensions of an array through assembly

Segmentation Fault at the end of a simple _start that doesn't do anything

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?