Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to vectorise int8 multiplcation in C (AVX2)

c x86 simd intrinsics avx2

x86 opcode encoding: sib byte

GCC Inline Assembly Multiplication

How do you get maximal speed out of SSE?

Set stack for the main thread

c linux gcc x86

Calling a function in gcc inline assembly

c linux gcc x86 inline-assembly

How can I print the contents of stack in C program?

c pointers assembly x86

About gcc-compiled x86_64 code and C code optimization

c optimization gcc x86 x86-64

Appending two string in x86 assembly

Get time in 1ms increments

assembly x86 clock

Local Variables offset from stack base pointer

c assembly x86

direct and indirect calls/jumps in output of objdump

x86 branch disassembly

why 128bit variables should be aligned to 16Byte boundary

What does a comma in a parenthesis mean in the AT&T syntax for x86 assembly?

Inline Assembly in C

hexadecimal value of opcodes

assembly x86 hex dos

Why call instruction opcode is represented as FF15?

assembly x86 opcode

How to assemble and link .asm files to a Win32 executable?

windows assembly x86 linker nasm

Understanding volatile and non-volatile read/write in Java

java assembly x86

Waste in memory allocation for local variables

c assembly x86 gdb disassembly