Echelon Neuron Manual de usuario Pagina 204

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 237
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 203
pushd #d’50 ; (d’50, 0, d’44, 1)
call _sub16s ; (d’250, 0)
_xor16 (Exclusive OR, 16 Bit)
This function returns the bitwise exclusive OR (XOR) of two 16-bit values.
Stack Transformation: (a(2), b(2) -- a(2) ^ b(2))
Location: Near
Registers Affected: None
Example:
This example determines h’1234 XOR h’4321.
pushd #h’1234 ; (h’34, h’12)
pushd #h’4321 ; (h’21, h’43, h’34, h’12)
call _xor16 ; (h’15, h’51)
194 System-Provided Functions
Vista de pagina 203
1 2 ... 199 200 201 202 203 204 205 206 207 208 209 ... 236 237

Comentarios a estos manuales

Sin comentarios