Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Using XMM0 register and memory fetches (C++ code) is twice as fast as ASM only using XMM registers - Why?

Is there a way to get sbcl to print out the value of a CPU register?

How to make a Makefile for a program for assembly Language?

linux assembly makefile x86 nasm

How does a language talk to hardware? [duplicate]

c++ assembly hardware

How good can an operating system be in Real Mode?

Why can't I move directly a byte to a 64 bit register?

assembly x86-64

How to XOR on a CPU that doesn't have an XOR instruction

assembly

Function parameter passing in a Linux kernel interrupt handler (from asm to C)

Looping over arrays with inline assembly

c gcc assembly inline-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