Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in x86

What does double dollar sign mean in x86 assembly (NASM)

assembly x86 nasm

Who performs the TLB shootdown?

linux x86 kernel tlb

WBINVD instruction usage

c caching assembly x86 cpu-cache

16 bit asm instruction set

assembly x86 16-bit

How to implement the mod operator in assembly

assembly x86

SSE2 intrinsics - comparing unsigned integers

c++ x86 sse simd intrinsics

Call C standard library function from asm in Visual Studio

Why is the dividend 64 bits in x86 assembly?

assembly x86

When should we use prefetch?

performance x86 arm prefetch

Why can I access lower dword/word/byte in a register but not higher?

What are some ways you can manage large-scale assembly language projects?

assembly x86

How is the x64 architecture different from x86

c++ x86 64-bit x86-64

Is x86 32-bit assembly code valid x86 64-bit assembly code?

windows assembly binary x86

What's the difference between using int 0x20 and int 0x21 / ah=0x4C to exit a 16-bit assembly program?

assembly x86 dos

Is LEA the only instruction in x86 with a memory operand that doesn't access memory?

Uses of the monitor/mwait instructions

calling assembly function from c

c linux assembly gcc x86

How to enable support for the POPCNT instruction / intrinsic on my computer?

c gcc x86 sse4 population-count

assembly on X86 machines, Windows vs Linux

assembly x86 virus

How are numbers greater than 2^32 handled by a 32 bit machine?

c gcc x86 32-bit