Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Performance optimisations of x86-64 assembly - Alignment and branch prediction

Error when trying to run .asm file on NASM on Ubuntu

linux ubuntu nasm assembly

How to read the Intel Opcode notation

Using SSE instructions

about assembly CF(Carry) and OF(Overflow) flag

assembly x86 flags

Creating A GUI from scratch in c++ or assembly [closed]

What's the purpose of the UD2 opcode in the Linux kernel?

linux assembly linux-kernel

What are the best instruction sequences to generate vector constants on the fly?

assembly x86 sse simd avx

How to Dynamically Allocate Memory Using Assembly and System Calls Under Linux

How do I do inline assembly on the IPhone?

Cost of push vs. mov (stack vs. near memory), and the overhead of function calls

Mixing C and assembly sources and build with cmake

c gcc assembly cmake avr

Getting the high part of 64 bit integer multiplication

Modern x86 cost model

Assembly Files: Difference between .a .s .asm

file assembly mips file-type

x86 Assembly pointers

pointers assembly x86

While, Do While, For loops in Assembly Language (emu8086)

x86 Assembly pushl/popl don't work with "Error: suffix or operands invalid"

assembly x86 x86-64

CPUID implementations in C++

c++ assembly x86-64 cpu cpuid

What's the purpose of the rotate instructions (ROL, RCL on x86)?