Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Using db to declare a string in assembly NASM

Does function stack save the return address?

c++ assembly x86-64

JVM JIT method recalculate for pure methods

java assembly jvm jit jmh

Registering Interrupt in 16 bit x86 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