Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

Question About x86 I/O Port Addresses and IN/OUT Instructions

How do I get the assembler output from a C file in VS2005

c visual-studio assembly

Why can't I change the value of a segment register? (MASM)

assembly x86 masm

Borland x86 inlined assembler; get a label's address?

c++ assembly x86 turbo-c++