Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

How to map the section to the segment from an ELF output file?

intel gcc assembly x86 elf osdev

What is practical application of x86 RCL/RCR instructions?

What is a processor hint?

Can the simple decoders in recent Intel microarchitectures handle all 1-µop instructions?

Does cmpxchg write destination cache line on failure? If not, is it better than xchg for spinlock?

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

Exactly how "fast" are modern CPUs?

MUL function in assembly