Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to achieve the effect of vpmovmskb on ZMM registers?

Placing an instruction in the address pointed by the reset vector using times and align NASM directives

intel assembly x86 nasm osdev

Access to PIT (?) IO ports 44h and 46h - what do those ports do?

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

Exactly how "fast" are modern CPUs?

MUL function in assembly