Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

In 64-bit ASM. Is there a nice way of NOTing only the bottom 32-bits of a register

x86 assembly

Does CR3 change when an interrupt is fired on x86 machines?

80386 - How does the cpu choose between movzbw and movzbl

assembly x86

Generating random numbers in assembly

assembly random x86 masm emu8086

How to ensure that RDTSC is accurate?

x86 x86-64 cpuid rdtsc

Functions in our code make it slower?

NASM x86 using of nonexisting segment register 7

assembly x86 nasm

How do initialize an SIMD vector with a range from 0 to N?

c x86 sse simd intrinsics

repz ret: why all the hassle?

What is the difference between "mov (%rax),%eax" and "mov %rax,%eax"?

where to get Intel bios source code? [closed]

x86 intel bios

VirtualBox - No bootable medium found

Need help understanding FF indirect call instruction x86

assembly x86 intel

Testing whether AVX register contains some equal integer numbers

c++ x86 simd avx avx2

x87 FPU computing e powered x, maybe with a Taylor series?

How to print the length of a string in assembly

assembly x86 nasm

Swap most significant byte and least significant byte in assembler

where goes the ret instruction of the main

c assembly x86 return

Generating a 64-byte read PCIe TLP from an x86 CPU

x86 pci-e

ASM: operand type mismatch for `cmp'

assembly x86