Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

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

How to find the "exit" of a C program

c linux assembly binary

Accuracy of rdtsc for benchmarking and time stamp counter frequency

intel linux assembly time

Writing to video memory in VGA mode 13h

assembly

How to get this simple assembly to run?

Embedded broadcasts with intrinsics and assembly

c gcc assembly intrinsics avx512

What does .byte mean in this asm line?

intel c assembly x86

How to make Eclipse disassemble the code in Intel syntax

error in backend: 32-bit absolute addressing is not supported in 64-bit mode

assembly to compare two numbers

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

intel assembly x86

How to use AVX/pclmulqdq on Mac OS X