Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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)?

What are CLD and STD for in x86 assembly language? What does DF do?

assembly x86

Differences Between ARM Assembly and x86 Assembly [closed]

assembly embedded x86 arm

What are the sizes of tword, oword and yword operands?

Why does compiler inlining produce slower code than manual inlining?

Translation of machinecode into LLVM IR (disassembly / reassembly of X86_64. X86. ARM into LLVM bitcode)

Homoiconic and "unrestricted" self modifying code + Is lisp really self modifying?

Why use LDR over MOV (or vice versa) in ARM assembly?

What do the E and R prefixes stand for in the names of Intel 32-bit and 64-bit registers?