Section courante

A propos

Section administrative du site

Assembleur 80x86

RDPMC

INTEL Pentium Pro+ Read Performance-Monitoring Counters

Syntaxe

RDPMC

Description

Cette instruction permet d'effectuer la lecture du compteur du moniteur de performance.

Algorithme

SI (ECX = 0 OU ECX = 1) ET ((CR4.PCE = 1) OU ((CR4.PCE = 0) ET (CPL = 0))) ALORS
   EDX:EAX ← PMC(ECX)
FIN SI

Mnémonique

Instruction Opcode Description
RDPMC 0Fh 33h Cette instruction permet d'effectuer la lecture du compteur du moniteur de performance.

Voir également

Instruction assembleur 80x86 - Instruction RDMSR
Instruction assembleur 80x86 - Instruction WRMSR

Références

Intel® 64 and IA-32 Architectures Software Developer’s Manual Volume 2B: Instruction Set Reference, N-Z, Edition Intel, Mars 2010, Publication No. 253667-034US, page 351 à 356.

Dernière mise à jour : Vendredi, le 5 septembre 2014