Section courante

A propos

Section administrative du site

Assembleur 80x86

FSTENV

INTEL MPU 8087+ Float ST in ENVironment

Syntaxe

FSTENV cible

Description

Cette instruction permet de copier l'environnement du coprocesseur mathématique vers une cible.

Algorithme

cible(FPUControlWord) ← FPUControlWord
cible(FPUStatusWord) ← FPUStatusWord
cible(FPUTagWord) ← FPUTagWord
cible(FPUDataPointer) ← FPUDataPointer
cible(FPUInstructionPointer) ← FPUInstructionPointer
cible(FPULastInstructionOpcode) ← FPULastInstructionOpcode

Mnémonique

Instruction Opcode Description
FSTENV mem 9Bh D9h /6 Cette instruction permet de copier l'environnement du coprocesseur mathématique vers une cible.

Voir également

Langage de programmation - Assembleur 80x86 - MPU : Coprocesseur mathématique

Références

Le livre d'Or PC, Martin Althaus, 1992, ISBN: 2-7361-0934-1, page 850
Intel® 64 and IA-32 Architectures Software Developer’s Manual Volume 2A: Instruction Set Reference, A-M, Edition Intel, Mars 2010, Publication No. 253666-034US, page 497 à 499.

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