Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What would the assembly language equivalents of the operations on the original Turing machine be?

What is r() and double percent %% in GCC inline assembly language?

c gcc assembly inline-assembly

Integer Overflow problem

assembly x86

How do you move 128-bit values between XMM registers?

assembly simd sse

implementation of c=a*b using ONLY inc dec and jnz commands

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