Echelon Neuron Manuel d'utilisateur Page 186

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 237
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 185
Stack Transformation: (a a?1:0)
Location: Near
Registers Affected: None
Example:
This example returns the logical value for 5.
pushs #d’5 ; (d’5)
call _log8 ; (1)
_lognot16 (Negated Logical Value, 16 Bit)
This function returns the inverse logical representation of a 16-bit value. If the
variable is non-zero, false is returned, otherwise true.
Stack Transformation: (a(2) a?0:1)
Location: Near
Registers Affected: None
Example:
This example returns the logical inverse of 5.
pushd #d’5 ; (d’5, 0)
call _lognot16 ; (0)
_lognot8 (Negated Logical Value, 8 Bit)
This function returns the inverse logical representation of a value. If the variable
is non-zero, false is returned, otherwise true.
Stack Transformation: (a a?0:1)
Location: Near
Registers Affected: None
Example:
This example returns the logical inverse of 5.
pushs #d’5 ; (d’5)
call _lognot8 ; (0)
176 System-Provided Functions
Vue de la page 185
1 2 ... 181 182 183 184 185 186 187 188 189 190 191 ... 236 237

Commentaires sur ces manuels

Pas de commentaire