Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

CBM Program Studio Assembler syntax

assembly 6502 c64 6510

How to use the div instruction to find remainder in x86 assembly?

intel assembly x86 division

Why does the ia32/x64 opcode map document 0x66 and 0xF2 as a double mandatory prefix for opcode 0x0F38F1 (CRC32)?

Calling a function that can be either cdecl or stdcall

possible to do if (!boolvar) { ... in 1 asm instruction?

intel c assembly x86

Getting the compiled asm of .NET application in Mono

.net assembly mono clr jit

does unrolling loops in x86-64 actually make code faster?

How generate pseudo-random numbers in uniform and gaussian distribution without float/double numbers?

c++ c algorithm assembly

C heap address changes between runs while other addresses persist

Assembly x86 video mode

intel video assembly x86 nasm vga

Linux x86_64 assembly socket programming

The difference of local variables in main and other function

c gcc assembly gdb ubuntu-14.04

What is the static link used for?

assembly mips

Can I print the gdtr and gdt descriptor under gdb?

Assembly - inline asm - copy from one array to another?

In MIPS, when to use a signed-extend, when to use a zero-extend?

NASM - Get number of items in stack

assembly nasm

MOVUPD vs. MOVDQU (x86/x64 assembly)

intel assembly x86 64-bit

assembly to compare two numbers

Why would one use "movl $1, %eax" as opposed to, say, "movb $1, %eax"

intel assembly x86