Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

Getting GCC to optimize hand assembly

gcc assembly 68hc11

How do I enter 32-bit protected mode in NASM assembly?

assembly x86 nasm gdt

SAL/SAR vs SHR/SAR in assembly 8086

assembly x86-16 opcode

Is NASM inconsistent or am I just missing an obvious fact with CMP of immediate?

assembly nasm x86-64

Define byte appearing in debug after a manually encoded far call

Code alignment dramatically affects performance

functional assembly language [closed]

Optimizing RGBA8888 to RGB565 conversion with NEON

iphone ios assembly arm neon

Windows IDE for Intel x86 Assembler? [closed]

assembly ide x86 intel

I'm writing my own JIT-interpreter. How do I execute generated instructions?

c assembly x86

Sine computation inconsistency in Visual C++ 2012?

c++ c visual-c++ assembly x87

mov %eax,(%esp)

How to setup plugins for ollydbg 2.x.x? [closed]

Why test port 0x64 in a bootloader before switching into protected mode?

What happens with a processor when it tries to access a nonexistent physical address?

TSL instruction reference

assembly masm

Loading non contiguous values with Intel SIMD SSE

assembly x86 intel sse simd

Why would we use addiu instead of addi?

Why doesn't this short comparison optimize the way I expected?

c++ assembly optimization

Problem switching to v8086 mode from 32-bit protected mode by setting EFLAGS.VM to 1

assembly x86 nasm x86-64 osdev