Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What happens when a rep-prefix is attached to a non string instruction?

How to use the APIC to create IPIs to wake the APs for SMP in x86 assembly?

assembly x86 intel smp

How to print a number in ARM assembly?

Why does Visual Studio increment the loop pointer before dereferencing it?

Translating single C line to MIPS Assembly

c assembly mips

Can I add 64bit constants to 64bit registers?

Using interrupt 0x80 on 64-bit Linux [duplicate]

Performance discrepancy in compiled vs. hand-written assembly

Why does x86 architecture use two stack registers (esp ; ebp)?

assembly x86 x86-64

How to print a string to the terminal in x86-64 assembly (NASM) without syscall?

linux assembly x86-64 nasm

What are the conditional jump instructions for Go's assembler?

assembly go

Does using mix of pxor and xorps affect performance?

assembly x86 sse simd

How to disassemble a shellcode into assembly instruction? [duplicate]

How to multiply a register by 37 using only 2 consecutive leal instructions in x86?

Syscall implementation of exit()

c gcc assembly x86 system-calls

How to MOVe 3 bytes (24bits) from memory to a register?

glibc scanf Segmentation faults when called from a function that doesn't align RSP

Setting and clearing the zero flag in x86

rdpmc: surprising behavior

What assembly language does gcc produce on my system?