Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Smallest executable program (x86-64)

assembly x86-64 elf

Square root function in Forth using x86 Assembly?

assembly forth square-root

ARM Simulator on Windows

assembly arm simulator

(meaningful) cost of the jump instruction?

assembly x86

Linking Android C-code and ARM Assembler

How to call assembly in gdb?

assembly gdb

Accessing one character in a string

why does vs c++ 2010 compiler produce a different assembly code for similar function

c++ c 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