Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Memory Address Alignment

Editing assembly in WinDbg

Pseudo Instruction for Division in MIPS

assembly mips division

Inline NOPs not optimized out in LLVM

gcc assembly arm llvm

Alternative implementation of Ackermann function in C

c assembly recursion mips

Emulating Intel TSX instructions

printing Java hotspot JIT assembly code

What nonlocal effects can change the performance of a basic block?

how does AAA work in 8086 instruction set?

assembly masm

itoa for negative numbers?

assembly mips

Adding signed numbers in assembly

What c code would compile to something like `call *%eax`?

c assembly

Implement a near real-time CPU capability like glAlphaFunc(GL_GREATER) with RGB source and RGBA overlay

c++ opengl assembly sse rgba

What is the difference between the various MOV opcodes?

assembly x86 opcode mov

Why does C++ inline function has call instructions?

Assembly: Difference between add instruction and operator add

assembly

IDIV operation in assembly (understanding)

assembly x86

c++ difference between reinterpret cast and c style cast

What does .align in ARM architecture

assembly arm gnu-assembler

How to measure efficiency (in particular: assembly code) for java programs?

java performance assembly