Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Using C/inline assembly in C#

c# c assembly interop

c++ passing arguments by reference and pointer

Branch alignment for loops involving micro-coded instructions on Intel SnB-family CPUs

bootloader - switching processor to protected mode

Strange assembly from array 0-initialization

Which is a better write barrier on x86: lock+addl or xchgl?

SAR command in X86 assembly with one parameter

assembly x86 disassembly

Calling C functions from x86 assembly language

c assembly x86

What does the R stand for in RAX, RBX, RCX, RDX, RSI, RDI, RBP, RSP? [duplicate]

Relative performance of swap vs compare-and-swap locks on x86

c assembly locking x86 atomic

Printing out a number in assembly language?

assembly x86 real-mode

How to save the registers on x86_64 for an interrupt service routine?

assembly x86-64 isr

In MIPS, what are HI and LO

assembly mips cpu-registers

Jumping to the next "instruction" using gdb

c assembly gdb

Meaning of (%eax) in AT&T syntax?

Why are signed and unsigned multiplication different instructions on x86(-64)?

What techniques to avoid conditional branching do you know?

c optimization assembly

MIPS - Is it important?

assembly mips

Linux Shellcode "Hello, World!"

c linux assembly nasm shellcode

Just finished learning x86 assembly language. What can I do with it? [closed]

assembly