Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

SSE intrinsic over int16[8] to extract the sign of each element

c x86 sse simd sign

How does the BSWAP instruction "speed execution of decimal arithmetic"?

assembly x86 endianness

Displaying characters with DOS or BIOS

assembly x86 dos x86-16 bios

Count leading zeros in __m256i word

c x86 simd intrinsics avx

How does the indexing of the Ice Lake's 48KiB L1 data cache work?

Returning result to eax (IA-32 Assembly language)

assembly intel x86

Automated x86 instruction obfuscation

c pointers - warning format '%x' expects arguments of type 'unsigned int'

c compiler-errors x86

How to perform uint32/float conversion with SSE?

c x86 sse simd

x86 assembly: Pass parameter to a function through stack

What do the assembly instructions 'seta' and 'setb' do after repz cmpsb?

assembly x86 x86-64

Tiny C Compiler's generated code emits extra (unnecessary?) NOPs and JMPs

Is there is a way to get the address of a register?

assembly x86 memory-address

SSE intrinsics: Convert 32-bit floats to UNSIGNED 8-bit integers

x86 sse mmx

Can someone please explain to me (in very simple terms) what the difference between the esp, ebp, and esi register is?

Les instruction purpose?

assembly x86 masm

Why can't I save the value of rip? [duplicate]

assembly x86 intel

Is it in C++ standard to align such structures

c++ x86

xorl %eax - Instruction set architecture in IA-32

Create an exe file in assembly with NASM on 32-bit Windows

windows assembly linker x86 nasm