Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Playing sound with the PC Speaker in x86 Assembly

UEFI boot services CreateEvent() returning status EFI_INVALID_PARAMETER

assembly x86 x86-64 nasm uefi

Intel AVX-512: how to set the EVEX.z bit

Do store instructions block subsequent instructions on a cache miss?

What do the constraints "Rah" and "Ral" mean in extended inline assembly?

Can two fuseable pairs be decoded in the same clock cycle?

How can I tell whether I am on x64 or x86 using .NET?

.net x86 64-bit

Assembly instructions to find how many threads are enabled in a multi-core system

assembly x86 multicore

Ada and assembly

assembly x86 ada

help understanding differences between #define, const and enum in C and C++ on assembly level

c gcc assembly x86

MOV BX,[SI] - ASM question

assembly x86 16-bit mov intel

Tail recursion in assembly

assembly x86 nasm

Segfault with x86 assembly on mov 0, %eax

How to disable floating point unit (FPU)?

How does x86 eflags bit 18 (alignment check) work? (Related to check for 386 vs. 486 and later.)

assembly x86 alignment flags

Calling convention for dynamically created function in (Visual) C++

c++ c visual-c++ x86

Storing individual doubles from a packed double vector using Intel AVX

x86 x86-64 sse avx

Performance implications of long double. Why does C choose 64-bits instead of the hardware's 80-bit for its default?

How to use relative jumps?

assembly nasm x86

implement 64-bit arithmetic on a 32-bit machine

c assembly x86 bigint