Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

ASM: too many memory references for `mov'

How does the CPU know how many bytes it should read for the next instruction, considering instructions have different lenghts?

What is the difference between shuffle and permute

x86 intel simd naming avx

System call hooking example arguments are incorrect

Why does x86 paging have no concept of privilege rings?

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