Section courante

A propos

Section administrative du site

Assembleur 80x86

CHKIND

NEC V20/V30 Check Index

Syntaxe

CHKIND reg16,mem32

Description

Cette instruction permet de vérifier un index.

Algorithme

MODULE CHKIND(reg16,mem32)
   SI (mem32) > reg16 OU (mem32 + 2) < reg16 ALORS
      (SP - 1,SP - 2) ← PSW
      (SP - 3,SP - 4) ← PS
      (SP - 5,SP - 6) ← PC
      SP ← SP - 6
      IE ← 0
      BRK ← 0
      PS ← (23,22)
      PC ← (21,20)
   FIN SI


Dernière mise à jour : Lundi, le 20 mai 2019