Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

SSE2 instruction to typecast an integer register to short register and vice-versa

x86 sse simd sse2

Recommendation for a simple x86 emulator and operating system

Adding signed numbers in assembly

Encoding a CALL instruction to call a function

c instruction-set x86

Setting last or first n bits in SSE register

c++ x86 sse simd intrinsics

What is the difference between the various MOV opcodes?

assembly x86 opcode mov

Compress mask using AVX intrinsics

c x86 simd intrinsics avx

IDIV operation in assembly (understanding)

assembly x86

WebKit.NET with C# Project Runtime Exception

how __libc_start_main@plt works?

What arguments are passed to entry point of a PE (Portable Executable) file?

Disabling Paging in x86 32bit

Loading second stage of a bootloader

Bootloader printing garbage on real hardware [duplicate]

AVX512 vector length and SAE control

assembly x86 avx512

What is the status of the TSX-related Skylake errata SKL-105?

GCC Assembly "+t"

c++ c gcc assembly x86

Was there a P4 model with double-pumped 64-bit operations?

How can I prevent functions from being aligned to 16 bytes boundary when compiling for X86?

Why does AES in SSE not provide full function?