Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

Task management on x86

how does cpu calculate 20-bit address in real mode

Packed and encrypted section in x86 reversing challenge, without tripping entropy heuristics

Intel x86 32-bit register confusion

Most efficient way to convert vector of uint32 to vector of float?

How to display a number on the screen and and sleep for one second with DOS x86 assembly?

assembly x86 dos nasm bios

Emulating Intel TSX instructions

Convert binary to arm

architecture binary x86 arm

What nonlocal effects can change the performance of a basic block?

JavaFX exe bundling for x86 windows systems

deployment x86 java-7 32-bit

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

Exactly how "fast" are modern CPUs?

MUL function in assembly